Searched refs:TestAnnotations (Results 1 – 5 of 5) sorted by relevance
26 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 …]
24 public final class TestAnnotations { class25 private TestAnnotations() { in TestAnnotations() method in TestAnnotations
37 public final class TestAnnotations { class39 private TestAnnotations() { in TestAnnotations() method in TestAnnotations
18 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;
142 TEST_P(ConfigUpdateE2eAbTest, TestAnnotations) { in TEST_P() argument