Home
last modified time | relevance | path

Searched defs:testRule (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/
H A DFlickerServiceRuleTest.kt56 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/
Dtest.go19 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 DRunnerParams.java34 private final TestRule testRule; field in RunnerParams
36 public RunnerParams(String qualification, String[] args, TestRule testRule) { in RunnerParams()
H A DApplyGlobalRulesBlockJUnit4ClassRunner.java33 private final TestRule testRule; field in ApplyGlobalRulesBlockJUnit4ClassRunner
35 public ApplyGlobalRulesBlockJUnit4ClassRunner(Class<?> klass, TestRule testRule) in ApplyGlobalRulesBlockJUnit4ClassRunner()
H A DParentStatementRunner.java41 private final TestRule testRule; field in ParentStatementRunner
H A DStatementRunner.java39 private final TestRule testRule; field in StatementRunner
H A DValidateTestMethodWhenRunBlockJUnit4ClassRunner.java37 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 DProcessorClasspathConfigurationsTest.kt31 val testRule = KspIntegrationTestRule(tmpDir) constant
H A DSourceSetConfigurationsTest.kt42 val testRule = KspIntegrationTestRule(tmpDir) in <lambda>() constant
H A DGradleCompilationTest.kt43 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/
DTaskbarUnitTestRuleTest.kt67 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 DCommonEncryptionDrmTest.java58 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in CommonEncryptionDrmTest
H A DDashDownloadTest.java55 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in DashDownloadTest
H A DDashWidevineOfflineTest.java63 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in DashWidevineOfflineTest
H A DDashStreamingTest.java117 @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 DCommonEncryptionDrmTest.java58 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in CommonEncryptionDrmTest
H A DDashDownloadTest.java55 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in DashDownloadTest
H A DDashWidevineOfflineTest.java63 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in DashWidevineOfflineTest
H A DDashStreamingTest.java117 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in DashStreamingTest
/aosp_15_r20/external/junit-params/src/test/java/junitparams/
H A DRulesTest.java53 TestRule testRule; field in RulesTest.ProtectedRuleTest
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/testing/junit/
DRuleContainer.java53 public void add(TestRule testRule) { in add()
/aosp_15_r20/external/junit/src/main/java/org/junit/runners/
H A DRuleContainer.java37 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 DAnnotationTestRuleHelper.java44 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 DImaPlaybackTest.java73 @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 DImaPlaybackTest.java73 @Rule public ActivityTestRule<HostActivity> testRule = new ActivityTestRule<>(HostActivity.class); field in ImaPlaybackTest

123