Searched refs:needThrow (Results 1 – 5 of 5) sorted by relevance
43 public int testMethod1(boolean needThrow) throws Throwable { in testMethod1() argument45 if (needThrow) { in testMethod1()51 public static int testMethod2(boolean needThrow) throws Throwable { in testMethod2() argument52 if (needThrow) { in testMethod2()106 public testClass2(boolean needThrow) throws Throwable { in testClass2() argument107 if (needThrow) { in testClass2()112 public int testMethod3(boolean needThrow) throws Throwable { in testMethod3() argument113 if (needThrow) { in testMethod3()125 public int testMethod3(boolean needThrow) throws Throwable { in testMethod3() argument126 if (needThrow) { in testMethod3()
883 boolean needThrow = exceptions != null; in wrap_undeclared_throwable()886 needThrow = true; in wrap_undeclared_throwable()890 needThrow = true; in wrap_undeclared_throwable()897 if (needThrow) { in wrap_undeclared_throwable()
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...