You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use lateinit var to remove !! and created a common TestFileUtils (#11155)
### Summary
This change did two changes:
* Use lateinit var to remove !!
* Created a common TestFileUtils to share the same code for
getTestFilePath across all instrumentation test code.
### Test plan
./gradlew :executorch_android:connectedAndroidTest
Co-authored-by: Haiting Pu <[email protected]>
Copy file name to clipboardExpand all lines: extension/android/executorch_android/src/androidTest/java/org/pytorch/executorch/LlmModuleInstrumentationTest.kt
Copy file name to clipboardExpand all lines: extension/android/executorch_android/src/androidTest/java/org/pytorch/executorch/ModuleInstrumentationTest.kt
0 commit comments