Searched refs:testTypes (Results 1 – 1 of 1) sorted by relevance
21 val testTypes = testConfig.optJSONArray(TEST_TYPES_KEY) in shouldRun() constant22 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()