Searched refs:TestSkipException (Results 1 – 4 of 4) sorted by relevance
64 class TestSkipException extends Exception {} class646 } catch (TestSkipException $e) {680 throw new TestSkipException();743 throw new TestSkipException();
61 class TestSkipException extends Exception {} class644 } catch (TestSkipException $e) {678 throw new TestSkipException();741 throw new TestSkipException();
34 public static class TestSkipException extends RuntimeException { class in OpenCVTestCase35 public TestSkipException() {} in TestSkipException() method in OpenCVTestCase.TestSkipException204 } catch (TestSkipException ex) { in runTest()217 } catch (TestSkipException ex) { in runBare()583 throw new TestSkipException(); in createClassInstance()
32 public static class TestSkipException extends RuntimeException { class in OpenCVTestCase33 public TestSkipException() {} in TestSkipException() method in OpenCVTestCase.TestSkipException230 } catch (TestSkipException ex) { in runTest()243 } catch (TestSkipException ex) { in runBare()615 throw new TestSkipException(); in createClassInstance()