Lines Matching defs:expectedexceptions
1 package test.expectedexceptions;
6 * This class tests @ExpectedExceptions
12 @Test(expectedExceptions = NumberFormatException.class )
17 @Test(expectedExceptions = NumberFormatException.class)
22 @Test(expectedExceptions = NumberFormatException.class)
26 @Test(expectedExceptions = NumberFormatException.class,
32 @Test(expectedExceptions = NumberFormatException.class,
38 @Test(expectedExceptions = NumberFormatException.class, expectedExceptionsMessageRegExp = ".*")
43 @Test(expectedExceptions = NumberFormatException.class, expectedExceptionsMessageRegExp = "Multiline.*")
48 @Test(expectedExceptions = RuntimeException.class)