Searched defs:tests (Results 1 – 8 of 8) sorted by relevance
82 List<IRemoteTest> tests = new ArrayList<>(); in split() local94 LinkedHashMap<String, IConfiguration> tests = new LinkedHashMap<>(); in loadTests() local
59 List<String> tests = ofy().load().type(TestEntity.class) in doGetHandler() local
48 File tests = new File(base, "testcases"); in testSuiteInfoLoad() local
62 File tests = new File(base, "testcases"); in testSuiteInfoLoad() local
61 File tests = new File(base, "testcases"); in testSuiteInfoLoad() local
149 List<IRemoteTest> tests = c.getTests(); in testApkPackageNames() local
252 List<IRemoteTest> tests = config.getTests(); in initialize() local554 LinkedList<IModuleDef> tests = new LinkedList<>(); in getModules() local
1303 def runTestsWithRetry(self, tests): argument1341 def _runTests(self, tests): argument