Searched refs:testConfig (Results 1 – 2 of 2) sorted by relevance
15 private val testConfig: JSONObject = TestConfig.get() constant in host.exp.exponent.utils.ExpoTestFilter21 val testTypes = testConfig.optJSONArray(TEST_TYPES_KEY) in shouldRun()41 val sdkVersions = testConfig.optJSONArray(SDK_VERSIONS_KEY) in shouldRun()
82 …NSDictionary *testConfig = (configPath) ? [NSDictionary dictionaryWithContentsOfFile:configPath] :…83 if (testConfig) {84 _testSuiteUrl = testConfig[@"testSuiteUrl"];