AssertJ-JavaFX

AssertJ-JavaFX is a collection of AssertJ assertions for JavaFX to simplify the development of JavaFX based applications. At the moment the focus is on JavaFX's Properties and Bindings.

To use the library simply add the dependency to your gradle or maven project:

Gradle:

testCompile 'eu.lestard:assertj-javafx:0.3.0'

Maven:

<dependency>
    <groupId>eu.lestard</groupId>
    <artifactId>assertj-javafx</artifactId>
    <version>0.3.0</version>
    <scope>test</scope>
</dependency>

If you have ideas or wishes for new useful assertions I would be very pleased to hear them. Feel free to add an issue at the github issue tracker

You can find the source code on github: https://github.com/manuel_mauky/assertj-javafx

The JavaDoc can be found here: https://lestard.github.io/assertj-javafx/javadoc/0.3.0/

Related Articles: