Searched defs:testResult (Results 1 – 2 of 2) sorted by relevance
| /expo/android/app/src/androidTest/java/host/exp/exponent/utils/ | ||
| H A D | JSTestRunnerIdlingResource.kt | 12 var testResult: String? = null variable in host.exp.exponent.utils.JSTestRunnerIdlingResource |
| /expo/apps/bare-expo/android/app/src/androidTest/java/dev/expo/payments/ | ||
| H A D | BareExpoTestSuite.kt | 125 data class TestFailedException(val testResult: String) : RuntimeException("Test failed: $testResult… constant in dev.expo.payments.TestFailedException |