Home
last modified time | relevance | path

Searched refs:mExceptionRule (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/audio-test-harness/server/src/test/java/com/android/media/audiotestharness/server/service/
DAudioCaptureSessionTests.java47 @Rule public ExpectedException mExceptionRule = ExpectedException.none(); field in AudioCaptureSessionTests
101 mExceptionRule.expectMessage("Failed to open AudioCapturer for Audio Capture Session"); in start_throwsIOException_whenCapturerFails()
102 mExceptionRule.expectCause(notNullValue(Throwable.class)); in start_throwsIOException_whenCapturerFails()
187 mExceptionRule.expectMessage( in awaitStop_throwsIOException_whenInterrupted()
189 mExceptionRule.expectCause(notNullValue(InterruptedException.class)); in awaitStop_throwsIOException_whenInterrupted()
DAudioTestHarnessImplTests.java70 @Rule public ExpectedException mExceptionRule = ExpectedException.none(); field in AudioTestHarnessImplTests
198 mExceptionRule.expect( in capture_throwsProperStatusException_failureToOpenCapturer()
216 mExceptionRule.expect( in capture_throwsProperStatusException_failureToStartCapturer()
/platform_testing/libraries/audio-test-harness/client-lib/src/test/java/com/android/media/audiotestharness/client/grpc/
DGrpcAudioCaptureStreamTests.java62 @Rule public ExpectedException mExceptionRule = ExpectedException.none(); field in GrpcAudioCaptureStreamTests
296 mExceptionRule.expectMessage("Audio Test Harness gRPC Communication Error");
297 mExceptionRule.expectCause(CoreMatchers.notNullValue(Throwable.class));
302 mExceptionRule.expectMessage("Audio Test Harness gRPC Internal Error");
303 mExceptionRule.expectCause(CoreMatchers.notNullValue(Throwable.class));