Home
last modified time | relevance | path

Searched refs:testTypes (Results 1 – 1 of 1) sorted by relevance

/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DExpoTestRunner.kt21 val testTypes = testConfig.optJSONArray(TEST_TYPES_KEY) in shouldRun() constant
22 if (testTypes != null) { in shouldRun()
24 for (i in 0 until testTypes.length()) { in shouldRun()
25 if (testTypes.optString(i) == TEST_SUITE_TEST_TYPE && description.getAnnotation( in shouldRun()
30 } else if (testTypes.optString(i) == DEV_MODE_TEST_TYPE && description.getAnnotation( in shouldRun()