Home
last modified time | relevance | path

Searched defs:testResult (Results 1 – 2 of 2) sorted by relevance

/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DJSTestRunnerIdlingResource.kt12 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 DBareExpoTestSuite.kt125 data class TestFailedException(val testResult: String) : RuntimeException("Test failed: $testResult… constant in dev.expo.payments.TestFailedException