Searched refs:requiresScreenSizeDevice (Results 1 – 2 of 2) sorted by relevance
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()
111 public static RequiresScreenSizeDevice requiresScreenSizeDevice(ScreenSize value) { in requiresScreenSizeDevice() method in TestAnnotations