Runners that takes a screenshot of
failed GUI tests executed, for example, in an IDE or through Ant.See: Description
| Class | Description |
|---|---|
| FailureScreenshotTaker |
Understands taking a screenshot of the desktop when a GUI test fails.
|
| Formatter |
Understands formatting utilities for AssertJ-Swing JUnit runners.
|
| GUITestRunner |
Understands a JUnit 4.5 test runner that takes a screenshot of a failed GUI test.
|
| ImageFolderCreator |
Understands creation of the folder where screenshots of failed GUI tests will be saved to.
|
Provides utility methods to be used in the creation of custom JUnit Runners that takes a screenshot of
failed GUI tests executed, for example, in an IDE or through Ant.
Due to JUnit's weak support for extensibility and API changes, we have to provide a Runner for each version
of JUnit, starting from 4.3.1.
Copyright © 2014–2019 AssertJ. All rights reserved.