Searched refs:testCommands (Results 1 – 2 of 2) sorted by relevance
130 protected TestDescription[] getFilterDescriptions(Map<String, String> testCommands) { in getFilterDescriptions() argument131 return testCommands.keySet().stream() in getFilterDescriptions()194 Map<String, String> testCommands = getAllTestCommands(); in run() local195 TestDescription[] testDescriptions = getFilterDescriptions(testCommands); in run()210 String cmd = testCommands.get(testName); in run()357 Map<String, String> testCommands = new LinkedHashMap<>(mTestCommands); in splitByTestCommand() local358 for (String testName : testCommands.keySet()) { in splitByTestCommand()359 String cmd = testCommands.get(testName); in splitByTestCommand()368 List<Map.Entry<String, String>> testCommands = new ArrayList<>(mTestCommands.entrySet()); in splitByShardCount() local381 testCommands.get(runningTestCount - mBinaryPaths.size()); in splitByShardCount()[all …]
246 auto testCommands = rootcanal::TestCommandHandler(*gTestModel); in Start() local247 testCommands.RegisterSendResponse([](const std::string &) {}); in Start()248 testCommands.SetTimerPeriod({"5"}); in Start()249 testCommands.StartTimer({}); in Start()