Skip to content
Michael Ennen edited this page Aug 6, 2018 · 19 revisions

TestFX is a library for simple and clean testing of JavaFX applications and components. Features include a fluent and clean API, a flexible setup and cleanup of JavaFX test fixtures, simple robots to simulate user interactions and a rich collection of matchers to verify expected states.

Documentation

These pages aim to tell you all you need to know to be productive with TestFX. The pages are structured so you can read them chronologically. Please file issues if you spot errors or think something is missing.

Example Projects Using TestFX

Continuous Integration

  • Travis CI — Run TestFX tests as part of your Travis CI build.

TestFX Developers


Glossary:

  • Node: Components like labels, buttons, text fields, and table views. Containers like stack panes, and border panes.

Clone this wiki locally