Home
last modified time | relevance | path

Searched refs:SampleExtraArgsSuite (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/health/runners/longevity/platform/tests/assets/
DtestExtraArgs_unregisteredAfterTest.textpb4 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$ClassLevelExtraArgs…
11 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$NotInInstrumentatio…
18 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$TestLevelExtraArgsS…
25 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$NotInInstrumentatio…
32 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$InTestExtraArgsScen…
39 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$NotInInstrumentatio…
DtestExtraArgs_registeredBeforeTest.textpb4 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$ClassLevelExtraArgs…
11 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$TestLevelExtraArgsS…
18 …journey: "android.platform.test.longevity.samples.testing.SampleExtraArgsSuite$InTestExtraArgsScen…
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/samples/testing/
DSampleExtraArgsSuite.java36 SampleExtraArgsSuite.ClassLevelExtraArgsScenario.class,
37 SampleExtraArgsSuite.TestLevelExtraArgsScenario.class,
38 SampleExtraArgsSuite.InTestExtraArgsScenario.class,
39 SampleExtraArgsSuite.NotInInstrumentationArgsTest.class
42 public class SampleExtraArgsSuite { class
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DProfileSuiteTest.java36 import android.platform.test.longevity.samples.testing.SampleExtraArgsSuite;
448 SampleExtraArgsSuite.class, in testExtraArgs_registeredBeforeTest()
467 SampleExtraArgsSuite.class, in testExtraArgs_unregisteredAfterTest()
495 .contains(SampleExtraArgsSuite.ASSERTION_FAILURE_MESSAGE)) { in verifyForAssertionFailures()