Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodDefault002Debuggee.java36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod()
50 public int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod()
DInvokeMethodDefaultDebuggee.java36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod()
DInvokeMethodDefault002Test.java48 private void testInvokeMethod(boolean shouldThrow) { in testInvokeMethod()
DInvokeMethodDefaultTest.java47 private void testInvokeMethod(boolean shouldThrow) { in testInvokeMethod()
/external/python/cpython3/Lib/test/
Dtest_with.py171 def shouldThrow(): function
188 def shouldThrow(): function
361 def shouldThrow(): function
372 def shouldThrow(): function
383 def shouldThrow(): function
401 def shouldThrow(): function
420 def shouldThrow(): function
440 def shouldThrow(): function
460 def shouldThrow(): function
475 def shouldThrow(): function
[all …]
/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
DFunctionalUtilsTest.java111 private void consumerMethodWithChecked(Boolean shouldThrow) throws Exception { in consumerMethodWithChecked()
117 private String functionMethodWithChecked(Boolean shouldThrow) throws Exception { in functionMethodWithChecked()
/external/guava/guava-tests/test/com/google/common/io/
DCloseablesTest.java93 private void setupCloseable(boolean shouldThrow) throws IOException { in setupCloseable()
/external/guava/android/guava-tests/test/com/google/common/io/
DCloseablesTest.java93 private void setupCloseable(boolean shouldThrow) throws IOException { in setupCloseable()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java44 private void testInvokeMethodStatic(boolean shouldThrow) { in testInvokeMethodStatic()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java170 public void setThrowOnGetAliasName(boolean shouldThrow) { in setThrowOnGetAliasName()
183 public void setShouldThrowSecurityExceptions(boolean shouldThrow) { in setShouldThrowSecurityExceptions()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java524 public void shouldThrow() { in shouldThrow() method in JSR166TestCase
529 public void shouldThrow(String exceptionName) { in shouldThrow() method in JSR166TestCase
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java524 public void shouldThrow() { in shouldThrow() method in JSR166TestCase
529 public void shouldThrow(String exceptionName) { in shouldThrow() method in JSR166TestCase
/external/mockito/src/test/java/org/mockitousage/annotation/
DSpyAnnotationTest.java46 @Rule public final ExpectedException shouldThrow = ExpectedException.none(); field in SpyAnnotationTest
/external/bcc/tests/cc/
Dcatch.hpp4375 CommandLine& setThrowOnUnrecognisedTokens( bool shouldThrow = true ) { in setThrowOnUnrecognisedTokens()