- ScreenshotEmbedder - Class in org.concordion.ext.screenshot
-
- ScreenshotEmbedder() - Constructor for class org.concordion.ext.screenshot.ScreenshotEmbedder
-
- ScreenshotExtension - Class in org.concordion.ext
-
Adds screenshots to the Concordion output, typically when failures or exceptions occur.
- ScreenshotExtension() - Constructor for class org.concordion.ext.ScreenshotExtension
-
- ScreenshotTaker - Interface in org.concordion.ext
-
Takes shots of the system under test.
- ScreenshotUnavailableException - Exception in org.concordion.ext
-
Indicates that a screenshot is unavailable.
- ScreenshotUnavailableException() - Constructor for exception org.concordion.ext.ScreenshotUnavailableException
-
- ScreenshotUnavailableException(String) - Constructor for exception org.concordion.ext.ScreenshotUnavailableException
-
- script - Static variable in class org.concordion.ext.screenshot.ImageRenderer
-
- setMaxWidth(int) - Method in class org.concordion.ext.screenshot.ScreenshotEmbedder
-
- setMaxWidth(int) - Method in class org.concordion.ext.ScreenshotExtension
-
Sets the maximum width that will be used for display of the images in the output.
- setScreenshotOnAssertionFailure(boolean) - Method in class org.concordion.ext.screenshot.ScreenshotEmbedder
-
- setScreenshotOnAssertionFailure(boolean) - Method in class org.concordion.ext.ScreenshotExtension
-
Sets whether screenshots will be embedded in the output when assertions fail.
- setScreenshotOnAssertionSuccess(boolean) - Method in class org.concordion.ext.screenshot.ScreenshotEmbedder
-
- setScreenshotOnAssertionSuccess(boolean) - Method in class org.concordion.ext.ScreenshotExtension
-
Sets whether screenshots will be embedded in the output when assertions pass.
- setScreenshotOnThrowable(boolean) - Method in class org.concordion.ext.screenshot.ScreenshotEmbedder
-
- setScreenshotOnThrowable(boolean) - Method in class org.concordion.ext.ScreenshotExtension
-
Sets whether screenshots will be embedded in the output when uncaught Throwables occur in the test.
- setScreenshotTaker(ScreenshotTaker) - Method in class org.concordion.ext.screenshot.ScreenshotEmbedder
-
- setScreenshotTaker(ScreenshotTaker) - Method in class org.concordion.ext.ScreenshotExtension
-
Set a custom screenshot taker.
- successReported(AssertSuccessEvent) - Method in class org.concordion.ext.screenshot.ScreenshotEmbedder
-