Searched defs:TestError (Results 1 – 5 of 5) sorted by relevance
82 static class TestError extends Error { class in AssertTest
43 public static final class TestError extends Error { class in Test194044 public TestError(String s) { super(s); } in TestError() method in Test1940.TestError
54 private static class TestError extends Error { class in Test99156 public TestError(String s) { super(s); } in TestError() method in Test991.TestError
271 enum TestError { enum
33 class TestError(Exception): class