Searched refs:configRequirements (Results 1 – 1 of 1) sorted by relevance
178 void runTest(String testName, String... configRequirements) throws Exception { in runTest() argument179 runTest(testName, mFoldMode, configRequirements); in runTest()182 void runTest(String testName, boolean foldedMode, String... configRequirements) in runTest() argument214 if (configRequirements.length > 0) { in runTest()215 command += " --es REQUIREMENTS " + String.join(",", configRequirements); in runTest()