Home
last modified time | relevance | path

Searched refs:TestSkipException (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/watchman/watchman-4.5.0/arcanist/lib/
H A DWatchmanTestCase.php64 class TestSkipException extends Exception {} class
646 } catch (TestSkipException $e) {
680 throw new TestSkipException();
743 throw new TestSkipException();
/dports/sysutils/py-pywatchman/watchman-4.9.0/arcanist/lib/
H A DWatchmanTestCase.php61 class TestSkipException extends Exception {} class
644 } catch (TestSkipException $e) {
678 throw new TestSkipException();
741 throw new TestSkipException();
/dports/graphics/opencv/opencv-4.5.3/modules/java/test/android_test/src/org/opencv/test/
H A DOpenCVTestCase.java34 public static class TestSkipException extends RuntimeException { class in OpenCVTestCase
35 public TestSkipException() {} in TestSkipException() method in OpenCVTestCase.TestSkipException
204 } catch (TestSkipException ex) { in runTest()
217 } catch (TestSkipException ex) { in runBare()
583 throw new TestSkipException(); in createClassInstance()
/dports/graphics/opencv/opencv-4.5.3/modules/java/test/pure_test/src/org/opencv/test/
H A DOpenCVTestCase.java32 public static class TestSkipException extends RuntimeException { class in OpenCVTestCase
33 public TestSkipException() {} in TestSkipException() method in OpenCVTestCase.TestSkipException
230 } catch (TestSkipException ex) { in runTest()
243 } catch (TestSkipException ex) { in runBare()
615 throw new TestSkipException(); in createClassInstance()