Searched defs:expectedExceptions (Results 1 – 8 of 8) 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
60 public JUnitResultAssert failsExactly(Class ... expectedExceptions) { in failsExactly()
123 public Class[] expectedExceptions() default {}; in expectedExceptions() method
43 public void setExpectedExceptions(Class<?>[] expectedExceptions) { in setExpectedExceptions()