Searched defs:shouldThrow (Results 1 – 12 of 12) sorted by relevance
36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod()50 public int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod()
36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod()
47 private void testInvokeMethod(boolean shouldThrow) { in testInvokeMethod()
48 private void testInvokeMethod(boolean shouldThrow) { in testInvokeMethod()
167 def shouldThrow(): function181 def shouldThrow(): function353 def shouldThrow(): function364 def shouldThrow(): function375 def shouldThrow(): function393 def shouldThrow(): function412 def shouldThrow(): function432 def shouldThrow(): function452 def shouldThrow(): function466 def shouldThrow(): function[all …]
15 private boolean shouldThrow; field in TryCatch.Thrower17 public Thrower(boolean shouldThrow) { in Thrower()
44 private void testInvokeMethodStatic(boolean shouldThrow) { in testInvokeMethodStatic()
107 private void setupCloseable(boolean shouldThrow) throws IOException { in setupCloseable()
22 private static boolean shouldThrow = false; field in Sync
44 public final ExpectedException shouldThrow = ExpectedException.none(); field in SpyAnnotationTest
587 public void shouldThrow() { in shouldThrow() method in JSR166TestCase594 public void shouldThrow(String exceptionName) { in shouldThrow() method in JSR166TestCase
139 TestApplication codeWithCatchHandlers(boolean shouldThrow, boolean twoGuards) { in codeWithCatchHandlers()