Searched refs:mExceptionRule (Results 1 – 3 of 3) sorted by relevance
47 @Rule public ExpectedException mExceptionRule = ExpectedException.none(); field in AudioCaptureSessionTests101 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()
70 @Rule public ExpectedException mExceptionRule = ExpectedException.none(); field in AudioTestHarnessImplTests198 mExceptionRule.expect( in capture_throwsProperStatusException_failureToOpenCapturer()216 mExceptionRule.expect( in capture_throwsProperStatusException_failureToStartCapturer()
62 @Rule public ExpectedException mExceptionRule = ExpectedException.none(); field in GrpcAudioCaptureStreamTests296 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));