I also found the google truth assertion framework ...
# tornadofx
h
I also found the google truth assertion framework (https://github.com/google/truth), which is similar to assertj (http://joel-costigliola.github.io/assertj/). having a common base for JavaFX test fixtures, e.g.
Label
,
Button
, with error messages for different assertion frameworks would be nice.