Searched refs:skippedTests (Results 1 – 1 of 1) sorted by relevance
572 Set<String> skippedTests = new LinkedHashSet<>(); in runTestCases() local580 skippedTests.add(junitTest.getName()); in runTestCases()593 CLog.v("The following classes were skipped due to no test cases found: %s", skippedTests); in runTestCases()