Interface | Description |
---|---|
Testable |
The
Testable interface should be implemented by any class whose instances are
intended to be executed by a test in another thread. |
Class | Description |
---|---|
AbstractJavaFXTest |
Extend this class if all tests should be run on the JavaFX UI thread.
|
JavaFXJUnit5Test |
Extend this class if all tests should be run on the JavaFX UI thread.
|
JavaFXThreadingInterceptor |
A JUnit 5
InvocationInterceptor for running tests on the JavaFX thread. |
JavaFXThreadingRule |
A JUnit
Rule for running tests on the JavaFX thread and performing
JavaFX initialization. |
JavaFXViewTest | |
MainThreadTestable |
Marker class, which indicates that the testable should be run on main thread.
|
OpCountingObject | |
Person | |
PersonUtils | |
Util |
Enum | Description |
---|---|
PersonUtils.Attrib |
Person attribute types.
|
Copyright © 2023. All rights reserved.