Searched refs:screenshotSupplier (Results 1 – 2 of 2) sorted by relevance
92 static Result verify(@NonNull ScreenshotSupplier screenshotSupplier) throws Exception { in verify() argument96 screenShots.add(new ScreenShot(color, screenshotSupplier.takeScreenshot(color))); in verify()108 @NonNull ScreenshotSupplier screenshotSupplier) throws Exception { in expectNavigationBarColorSupported()109 final Result result = verify(screenshotSupplier); in expectNavigationBarColorSupported()120 @NonNull ScreenshotSupplier screenshotSupplier) throws Exception { in expectNavigationBarColorNotSupported()121 final Result result = verify(screenshotSupplier); in expectNavigationBarColorNotSupported()
96 @NonNull ScreenshotSupplier screenshotSupplier) throws Exception { in expectLightNavigationBarSupported()97 final Result result = verify(screenshotSupplier); in expectLightNavigationBarSupported()108 @NonNull ScreenshotSupplier screenshotSupplier) throws Exception { in expectLightNavigationBarNotSupported()109 final Result result = verify(screenshotSupplier); in expectLightNavigationBarNotSupported()141 @NonNull ScreenshotSupplier screenshotSupplier) throws Exception { in verify()143 screenshotSupplier.takeScreenshot(Color.BLACK, false)); in verify()145 screenshotSupplier.takeScreenshot(Color.BLACK, true)); in verify()