Searched refs:mExpectedException (Results 1 – 3 of 3) sorted by relevance
50 @Rule public ExpectedException mExpectedException = ExpectedException.none(); field in HealthRunnerBuilderTest71 mExpectedException.expectMessage("Could not find class"); in testUsingSpecifiedRunner_invalid_notClass()80 mExpectedException.expectMessage("not a runner"); in testUsingSpecifiedRunner_invalid_notRunner()
70 public ExpectedException mExpectedException = ExpectedException.none(); field in ProfileSuiteTest101 mExpectedException.expect(InitializationError.class); in testRejectInvalidTests_notScenarios()109 mExpectedException.expect(InitializationError.class); in testRejectInvalidTests_notSupportedRunner()117 mExpectedException.expect(InitializationError.class); in testRejectInvalidTests_badRunnerBuilder()
90 @Rule public ExpectedException mExpectedException = ExpectedException.none(); field in StatsdListenerTest512 mExpectedException.expectMessage("Cannot parse"); in testParsingConfigFromArguments_malformedConfig()524 mExpectedException.expectMessage("does not exist"); in testParsingConfigFromArguments_nonexistentConfig()