Skip to content

teamfx/openjfx-8u-dev-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains source code of tests and tools for Java FX.

For more information, please consult README files whithin subdirectories.

Layout:
tools - test tools
tools/Jemmy - JemmyFX tool and accompanying tools.
bigapps - test suites based on using real world applicashions.
bigapps/EnsembleTests - tests using the Ensemble app.

It is possible, although not required, to set tested JavaFX version by calling
$ ant -Djavafx.rt=<Java FX RE location> jar
javafx.rt must be set so that there is lib/jfxrt.jar within it.