Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/meta_testing/
DAbstractFlagsPreparerClassRuleIntegrationTestCase.java18 …ort static com.android.adservices.shared.meta_testing.CommonDescriptions.newTestMethodForClassRule;
144 Description test = newTestMethodForClassRule(AClassHasNoNothingAtAll.class); in testAnnotationLessRule()
169 newTestMethodForClassRule( in testMethodAnnotation_setSdkSandboxStateEnabledAnnotation()
191 newTestMethodForClassRule( in testMethodAnnotation_setSdkSandboxStateDisabledAnnotation()
212 newTestMethodForClassRule( in testMethodAnnotation_setSyncDisabledModeForTestAnnotation()
233 Description test = newTestMethodForClassRule(AClassEnablesSdkSandbox.class); in testClassAnnotation_setSdkSandboxStateEnabled()
250 Description test = newTestMethodForClassRule(AClassDisablesSdkSandbox.class); in testClassAnnotation_setSdkSandboxStateDisabled()
281 Description test = newTestMethodForClassRule(AClassDisablesDeviceConfigUntilReboot.class); in testClassAnnotation_setSyncDisabledModeForTestAnnotation_untilReboot()
301 newTestMethodForClassRule( in testClassAndMethodAnnotation_setSyncDisabledModeForTestAnnotation_untilRebootThenNone()
324 newTestMethodForClassRule( in testAnnotationsFromSubclassAreExecutedFirstAndInOrder_sdkSandboxFirst()
[all …]
DAbstractFlagsPreparerClassRuleTestCase.java18 …ort static com.android.adservices.shared.meta_testing.CommonDescriptions.newTestMethodForClassRule;
102 newTestMethodForClassRule( in testCreateActionsForTest_annotationOnMethodIsIgnored()
115 newTestMethodForClassRule(AClassDisablesDeviceConfigUntilReboot.class)); in testCreateActionsForTest_classOnly_deviceConfigMode()
127 rule.createActionsForTest(newTestMethodForClassRule(AClassEnablesSdkSandbox.class)); in testCreateActionsForTest_classOnly_sdkSandboxState()
140 newTestMethodForClassRule( in testCreateActionsForTest_classOnly_deviceConfigModeAndsdkSandboxState()
155 newTestMethodForClassRule( in testCreateActionsForTest_classOnly_sdkSandboxStateAnddeviceConfigMode()
171 newTestMethodForClassRule( in testCreateActionsForTest_classAndSuperClass_sdkSandboxFirst()
187 newTestMethodForClassRule( in testCreateActionsForTest_classAndSuperClass_deviceConfigFirst()
213 newTestMethodForClassRule( in testFullWorkflow()
DCommonDescriptions.java35 public static Description newTestMethodForClassRule(Class<?> clazz, Annotation... annotations) { in newTestMethodForClassRule() method in CommonDescriptions
/aosp_15_r20/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/
DTestHelperTest.java18 …ort static com.android.adservices.shared.meta_testing.CommonDescriptions.newTestMethodForClassRule;
57 newTestMethodForClassRule(AClassHasNoNothingAtAll.class);