Home
last modified time | relevance | path

Searched defs:failureCaptor (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java281 ArgumentCaptor<Failure> failureCaptor = ArgumentCaptor.forClass(Failure.class); in testStopsEarly_ifBatteryLevelIsBelowThreshold() local
308 ArgumentCaptor<Failure> failureCaptor = ArgumentCaptor.forClass(Failure.class); in testStopsEarly_ifBatteryDrainIsAboveThreshold() local
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DScheduledScenarioRunnerTest.java89 ArgumentCaptor<Failure> failureCaptor = ArgumentCaptor.forClass(Failure.class); in testOverTimeTest_throwsTestTimedOutException() local
DProfileSuiteTest.java272 ArgumentCaptor<Failure> failureCaptor = ArgumentCaptor.forClass(Failure.class); in testTimestampScheduling_respectsSuiteTimeout() local