| Class | Description |
|---|---|
| GUITestFinder |
Utility methods related to GUI tests.
|
| Annotation Type | Description |
|---|---|
| GUITest |
Identifies tests as "GUI tests." FEST only takes screenshots of the desktop if failing tests have been marked with
this annotation.
|
| RunsInCurrentThread |
Indicates that a method is accessing GUI components in the current executing thread.
|
| RunsInEDT |
Indicates that a method is accessing GUI components in the event dispatch thread (EDT.)
|
| ThreadSafeAction |
Indicates that a method is thread-safe.
|
Copyright © 2014 AssertJ. All rights reserved.