Searched defs:expectedExceptions (Results 1 – 9 of 9) sorted by relevance
18 public void expectedExceptions() { in expectedExceptions() method in ExpectedExceptionsTest
35 public void expectedExceptions() { in expectedExceptions() method in ConverterSample4
33 public void expectedExceptions() { in expectedExceptions() method in ConverterSample3
50 IExpectedExceptionsAnnotation expectedExceptions = in getRegExp() local
27 IExpectedExceptionsAnnotation expectedExceptions = in findExpectedClasses() local
123 public Class[] expectedExceptions() default {}; in expectedExceptions() method
64 public JUnitResultAssert failsExactly(Class ... expectedExceptions) { in failsExactly()
43 public void setExpectedExceptions(Class<?>[] expectedExceptions) { in setExpectedExceptions()
251 final List<ZipException> expectedExceptions = new ArrayList<>(); in testListAllFilesWithNestedArchive() local