Home
last modified time | relevance | path

Searched refs:TestAnnotations (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/side-less/com/android/adservices/common/
DAbstractAdServicesDeviceSupportedRuleTest.java26 import com.android.adservices.shared.meta_testing.TestAnnotations;
133 Description description = createTestMethod(TestAnnotations.requiresLowRamDevice()); in testAnnotatedWithLowRam_deviceNotLowRam()
144 Description description = createTestMethod(TestAnnotations.requiresLowRamDevice()); in testAnnotatedWithLowRam_deviceLowRam()
155 createTestMethod(TestAnnotations.requiresScreenSizeDevice(ScreenSize.LARGE_SCREEN)); in testAnnotatedWithLargeScreen_deviceSmallScreen()
169 createTestMethod(TestAnnotations.requiresScreenSizeDevice(ScreenSize.LARGE_SCREEN)); in testAnnotatedWithLargeScreen_deviceLargeScreen()
180 createTestMethod(TestAnnotations.requiresScreenSizeDevice(ScreenSize.SMALL_SCREEN)); in testAnnotatedWithSmallScreen_deviceLargeScreen()
194 createTestMethod(TestAnnotations.requiresScreenSizeDevice(ScreenSize.SMALL_SCREEN)); in testAnnotatedWithSmallScreen_deviceSmallScreen()
204 Description description = createTestMethod(TestAnnotations.requiresGoDevice()); in testAnnotatedWithRequiresGoDevice_deviceNotGoDevice()
215 Description description = createTestMethod(TestAnnotations.requiresGoDevice()); in testAnnotatedWithRequiresGoDevice_deviceGoDevice()
227 TestAnnotations.requiresGoDevice(), TestAnnotations.requiresLowRamDevice()); in testAnnotatedWithRequiresGoDeviceAndRequiresLowRamDevice_onlyGoDevice()
[all …]
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/
DTestAnnotations.java24 public final class TestAnnotations { class
25 private TestAnnotations() { in TestAnnotations() method in TestAnnotations
/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/meta_testing/
DTestAnnotations.java37 public final class TestAnnotations { class
39 private TestAnnotations() { in TestAnnotations() method in TestAnnotations
/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/
DAbstractSdkLevelSupportedRuleTest.java18 import static com.android.adservices.shared.meta_testing.TestAnnotations.newAnnotationForAtLeast;
19 import static com.android.adservices.shared.meta_testing.TestAnnotations.newAnnotationForLessThanT;
20 import static com.android.adservices.shared.meta_testing.TestAnnotations.sdkRange;
/packages/modules/StatsD/statsd/tests/e2e/
DConfigUpdate_e2e_ab_test.cpp142 TEST_P(ConfigUpdateE2eAbTest, TestAnnotations) { in TEST_P() argument