Searched refs:shouldSkipCurrentTest (Results 1 – 2 of 2) sorted by relevance
418 if (shouldSkipCurrentTest()) { in reportNonFailureTestResult()437 if (shouldSkipCurrentTest()) { in reportFailureTestResult()449 private boolean shouldSkipCurrentTest() { in shouldSkipCurrentTest() method in PythonUnitTestResultParser
152 if (shouldSkipCurrentTest(description)) continue; in run()185 private boolean shouldSkipCurrentTest(TestDescription description) { in shouldSkipCurrentTest() method in ExecutableBaseTest