/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/ |
H A D | FlickerServiceRuleTest.kt | 56 val testRule = FlickerServiceRule(metricsCollector = mockFlickerServiceResultsCollector) in startsTraceCollectionOnTestStarting() constant 67 val testRule = FlickerServiceRule(metricsCollector = mockFlickerServiceResultsCollector) in stopsTraceCollectionOnTestFinished() constant 78 val testRule = FlickerServiceRule(metricsCollector = mockFlickerServiceResultsCollector) in reportsFailuresToMetricsCollector() constant 95 val testRule = FlickerServiceRule(metricsCollector = mockFlickerServiceResultsCollector) in reportsSkippedToMetricsCollector() constant 107 val testRule = in doesNotThrowExceptionForFlickerTestFailureIfRequested() constant 127 val testRule = in throwsExceptionForFlickerTestFailureIfRequested() constant 155 val testRule = in neverThrowsExceptionForExecutionErrors() constant 175 val testRule = in throwsExceptionForExecutionErrorsIfRequested() constant 200 val testRule = in canBeDisabled() constant 226 val testRule = in assertionFailuresNotReportedIfUnderlyingTestFailed() constant [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/distpack/ |
D | test.go | 19 type testRule struct { struct 20 name string 21 goos string 22 exclude bool 124 func test(kind string, a *Archive, rules []testRule) {
|
/aosp_15_r20/external/vogar/src/vogar/target/junit/ |
H A D | RunnerParams.java | 34 private final TestRule testRule; field in RunnerParams 36 public RunnerParams(String qualification, String[] args, TestRule testRule) { in RunnerParams()
|
H A D | ApplyGlobalRulesBlockJUnit4ClassRunner.java | 33 private final TestRule testRule; field in ApplyGlobalRulesBlockJUnit4ClassRunner 35 public ApplyGlobalRulesBlockJUnit4ClassRunner(Class<?> klass, TestRule testRule) in ApplyGlobalRulesBlockJUnit4ClassRunner()
|
H A D | ParentStatementRunner.java | 41 private final TestRule testRule; field in ParentStatementRunner
|
H A D | StatementRunner.java | 39 private final TestRule testRule; field in StatementRunner
|
H A D | ValidateTestMethodWhenRunBlockJUnit4ClassRunner.java | 37 protected ValidateTestMethodWhenRunBlockJUnit4ClassRunner(Class<?> klass, TestRule testRule) in ValidateTestMethodWhenRunBlockJUnit4ClassRunner()
|
/aosp_15_r20/external/ksp/gradle-plugin/src/test/kotlin/com/google/devtools/ksp/gradle/ |
H A D | ProcessorClasspathConfigurationsTest.kt | 31 val testRule = KspIntegrationTestRule(tmpDir) constant
|
H A D | SourceSetConfigurationsTest.kt | 42 val testRule = KspIntegrationTestRule(tmpDir) in <lambda>() constant
|
H A D | GradleCompilationTest.kt | 43 val testRule = KspIntegrationTestRule(tmpDir) in <lambda>() constant in com.google.devtools.ksp.gradle.GradleCompilationTest
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/rules/ |
D | TaskbarUnitTestRuleTest.kt | 67 val testRule = TaskbarUnitTestRule(this, context) in testTeardown_taskbarDestroyed() constant
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/ |
H A D | CommonEncryptionDrmTest.java | 58 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in CommonEncryptionDrmTest
|
H A D | DashDownloadTest.java | 55 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in DashDownloadTest
|
H A D | DashWidevineOfflineTest.java | 63 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in DashWidevineOfflineTest
|
H A D | DashStreamingTest.java | 117 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in DashStreamingTest
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/ |
H A D | CommonEncryptionDrmTest.java | 58 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in CommonEncryptionDrmTest
|
H A D | DashDownloadTest.java | 55 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in DashDownloadTest
|
H A D | DashWidevineOfflineTest.java | 63 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in DashWidevineOfflineTest
|
H A D | DashStreamingTest.java | 117 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in DashStreamingTest
|
/aosp_15_r20/external/junit-params/src/test/java/junitparams/ |
H A D | RulesTest.java | 53 TestRule testRule; field in RulesTest.ProtectedRuleTest
|
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/testing/junit/ |
D | RuleContainer.java | 53 public void add(TestRule testRule) { in add()
|
/aosp_15_r20/external/junit/src/main/java/org/junit/runners/ |
H A D | RuleContainer.java | 37 public void add(TestRule testRule) { in add()
|
/aosp_15_r20/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/ |
H A D | AnnotationTestRuleHelper.java | 44 AnnotationTestRuleHelper(TestRule testRule) { in AnnotationTestRuleHelper()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/ima/src/androidTest/java/com/google/android/exoplayer2/ext/ima/ |
H A D | ImaPlaybackTest.java | 73 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in ImaPlaybackTest
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/ima/src/androidTest/java/com/google/android/exoplayer2/ext/ima/ |
H A D | ImaPlaybackTest.java | 73 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in ImaPlaybackTest
|