Home
last modified time | relevance | path

Searched defs:expectedCause (Results 1 – 10 of 10) sorted by relevance

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/
DPlaybackExceptionTest.java48 IOException expectedCause = new IOException("cause message"); in bundle_producesExpectedException() local
87 RemoteException expectedCause = new RemoteException("cause message"); in bundleWithUnexpectedCause_producesRemoteExceptionCause() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/
DPlaybackExceptionTest.java48 IOException expectedCause = new IOException("cause message"); in bundle_producesExpectedException() local
87 RemoteException expectedCause = new RemoteException("cause message"); in bundleWithUnexpectedCause_producesRemoteExceptionCause() local
/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/
DMockFutureListener.java74 public void assertException(Throwable expectedCause) throws Exception { in assertException()
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DMockFutureListener.java74 public void assertException(Throwable expectedCause) throws Exception { in assertException()
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DIOExceptionWithCauseTest.java53 …void validate(final Throwable throwable, final Throwable expectedCause, final String expectedMessa… in validate()
/external/junit/src/main/java/org/junit/rules/
DExpectedException.java236 public void expectCause(Matcher<?> expectedCause) { in expectCause()
/external/sdk-platform-java/gax-java/gax-grpc/src/test/java/com/google/api/gax/grpc/
DGrpcDirectServerStreamingCallableTest.java205 final RuntimeException expectedCause = new RuntimeException("some error"); in testObserverErrorCancelsCall() local
/external/sdk-platform-java/gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/
DHttpJsonDirectServerStreamingCallableTest.java287 final RuntimeException expectedCause = new RuntimeException("some error"); in testObserverErrorCancelsCall() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMoreExecutorsTest.java452 private static void assertExecutionException(Future<?> future, Exception expectedCause) in assertExecutionException()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DMoreExecutorsTest.java452 private static void assertExecutionException(Future<?> future, Exception expectedCause) in assertExecutionException()