Commit 50f96a0
convert RuntimeInstrumentationTest to kotlin (#15079)
### Summary
All tests are written in kotlin except
extension/android/executorch_android/src/androidTest/java/org/pytorch/executorch/RuntimeInstrumentationTest.java,
this change converts this test from java to kotlin so that all tests are
now kotlin.
### Test plan
Run test locally.
Co-authored-by: Haiting Pu <[email protected]>1 parent d691aad commit 50f96a0
File tree
2 files changed
+34
-37
lines changed- extension/android/executorch_android/src/androidTest/java/org/pytorch/executorch
2 files changed
+34
-37
lines changedLines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments