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