Home
last modified time | relevance | path

Searched defs:thrownException (Results 1 – 15 of 15) sorted by relevance

/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
DBatchedRequestIssuerTest.java67 Exception thrownException = new IllegalArgumentException("bad!"); in testException() local
102 Exception thrownException = new IllegalArgumentException("bad!"); in testResponseAndException() local
118 Exception thrownException = new IllegalArgumentException("bad!"); in testExceptionAndResponse() local
DFixedTransportChannelProviderTest.java53 Exception thrownException = null; in testBasic() local
DOperationCallableImplTest.java417 RuntimeException thrownException = new RuntimeException(); in testFutureCallInitialOperationUnexpectedFail() local
/external/junit/src/main/java/junit/framework/
DTestFailure.java19 public TestFailure(Test failedTest, Throwable thrownException) { in TestFailure()
34 public Throwable thrownException() { in thrownException() method in TestFailure
/external/sdk-platform-java/gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/
DInstantiatingHttpJsonChannelProviderTest.java82 Exception thrownException = null; in basicTest() local
/external/junit/src/main/java/org/junit/runner/notification/
DFailure.java34 public Failure(Description description, Throwable thrownException) { in Failure()
/external/guice/extensions/testlib/src/com/google/inject/testing/throwingproviders/
DCheckedProviderSubject.java72 public ThrowableSubject thrownException() { in thrownException() method in CheckedProviderSubject
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowServiceManagerTest.java68 final AtomicReference<Exception> thrownException = new AtomicReference<>(); in getService_multipleThreads_binderRace() local
/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/token/credentials/
DProfileTokenProvider.java50 RuntimeException thrownException = null; in ProfileTokenProvider() local
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DStsRequestHandlerTest.java240 IOException thrownException = in exchangeToken_ioException() local
/external/gson/gson/src/test/java/com/google/gson/functional/
DJava17RecordTest.java143 static final RuntimeException thrownException = new RuntimeException("Custom exception"); in testThrowingConstructor() local
179 static final RuntimeException thrownException = new RuntimeException("Custom exception"); in testThrowingAccessor() local
DObjectTest.java670 static final RuntimeException thrownException = new RuntimeException("Custom exception"); field in ObjectTest.ClassWithThrowingConstructor
/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/credentials/
DProfileCredentialsProvider.java67 RuntimeException thrownException = null; in ProfileCredentialsProvider() local
/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java279 IOException thrownException = new IOException(); in testSuppressingSuppressor() local
/external/guava/android/guava-tests/test/com/google/common/io/
DCloserTest.java279 IOException thrownException = new IOException(); in testSuppressingSuppressor() local