Searched refs:createTestMethod (Results 1 – 1 of 1) sorted by relevance
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()226 createTestMethod( in testAnnotatedWithRequiresGoDeviceAndRequiresLowRamDevice_onlyGoDevice()239 createTestMethod( in testAnnotatedWithRequiresGoDeviceAndRequiresLowMemoryDevice_onlyLowRamDevice()[all …]