Searched defs:caze (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/MBeanServer/
H A DPostExceptionTest.java58 public static Case caze(Throwable t, WHERE w) { method in class:PostExceptionTest
61 public static Case caze(Throwable t, EnumSet<WHERE> where) { method in class:PostExceptionTest
64 public static Case caze(Throwable t, WHERE w, WHERE... rest) { method in class:PostExceptionTest
72 caze(new RuntimeException(),WHERE.PREREGISTER),
73 caze(new RuntimeException(),WHERE.POSTREGISTER),
74 caze(new RuntimeException(),WHERE.POSTREGISTER, WHERE.PREDEREGISTER),
75 caze(new RuntimeException(),WHERE.POSTREGISTER, WHERE.POSTDEREGISTER),
76 caze(new Exception(),WHERE.PREREGISTER),
77 caze(new Exception(),WHERE.POSTREGISTER),
78 caze(ne
[all...]

Completed in 23 milliseconds