Home
last modified time | relevance | path

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

/platform_testing/libraries/health/utils/tests/src/android/platform/test/util/
DHealthRunnerBuilderTest.java50 @Rule public ExpectedException mExpectedException = ExpectedException.none(); field in HealthRunnerBuilderTest
71 mExpectedException.expectMessage("Could not find class"); in testUsingSpecifiedRunner_invalid_notClass()
80 mExpectedException.expectMessage("not a runner"); in testUsingSpecifiedRunner_invalid_notRunner()
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DProfileSuiteTest.java70 public ExpectedException mExpectedException = ExpectedException.none(); field in ProfileSuiteTest
101 mExpectedException.expect(InitializationError.class); in testRejectInvalidTests_notScenarios()
109 mExpectedException.expect(InitializationError.class); in testRejectInvalidTests_notSupportedRunner()
117 mExpectedException.expect(InitializationError.class); in testRejectInvalidTests_badRunnerBuilder()
/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/
DStatsdListenerTest.java90 @Rule public ExpectedException mExpectedException = ExpectedException.none(); field in StatsdListenerTest
512 mExpectedException.expectMessage("Cannot parse"); in testParsingConfigFromArguments_malformedConfig()
524 mExpectedException.expectMessage("does not exist"); in testParsingConfigFromArguments_nonexistentConfig()