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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
H A DInvokeMethodTest.java44 private void testInvokeMethodStatic(boolean shouldThrow) { argument
103 Value throwValue = Value.createBoolean(shouldThrow);
115 ((shouldThrow) ? "with" : "without") + " exception.");
121 if (shouldThrow) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DInvokeMethodDefault002Test.java46 * @param shouldThrow If true test that we can make the function throw.
48 private void testInvokeMethod(boolean shouldThrow) { argument
128 Value throwValue = Value.createBoolean(shouldThrow);
141 ((shouldThrow) ? "with" : "without") + " exception");
147 if (shouldThrow) {
H A DInvokeMethodDefaultTest.java45 * @param shouldThrow If true test that we can make the function throw.
47 private void testInvokeMethod(boolean shouldThrow) { argument
128 Value throwValue = Value.createBoolean(shouldThrow);
141 ((shouldThrow) ? "with" : "without") + " exception");
147 if (shouldThrow) {
H A DInvokeMethodDefault002Debuggee.java33 * @param shouldThrow throws if the value is true.
36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { argument
37 if (shouldThrow) {
50 public int testDefaultMethod(boolean shouldThrow) throws Throwable { argument
51 if (shouldThrow) {
H A DInvokeMethodDefaultDebuggee.java33 * @param shouldThrow throws if the value is true.
36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { argument
37 if (shouldThrow) {
/external/guava/guava-tests/test/com/google/common/io/
H A DCloseablesTest.java107 private void setupCloseable(boolean shouldThrow) throws IOException { argument
110 if (shouldThrow) {
/external/mockito/src/test/java/org/mockitousage/annotation/
H A DSpyAnnotationTest.java44 public final ExpectedException shouldThrow = ExpectedException.none(); field in class:SpyAnnotationTest
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java576 shouldThrow();
587 public void shouldThrow() { method in class:JSR166TestCase
594 public void shouldThrow(String exceptionName) { method in class:JSR166TestCase
1198 shouldThrow();
1202 shouldThrow();
1206 shouldThrow();
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 174 milliseconds