jdk-24/jdk/make/netbeans/client_sanity
Alexander Kouznetsov 2ef07f57fa 8154381: SwingSet tests are not auto closed in jtreg
Reviewed-by: alexsch
2016-04-27 17:47:17 -07:00
..
nbproject 8154381: SwingSet tests are not auto closed in jtreg 2016-04-27 17:47:17 -07:00
build.xml 8153141: Develop initial set of tests for SwingSet 2016-03-30 19:05:58 -07:00
manifest.mf 8153141: Develop initial set of tests for SwingSet 2016-03-30 19:05:58 -07:00
README 8153141: Develop initial set of tests for SwingSet 2016-03-30 19:05:58 -07:00

This NetBeans project corresponds to client sanity test suite in jdk/test/sanity/client.

It simplifies working on the suite in NetBeans.

It also includes the following custom tasks:

prepare-bundle      creates dist/sanity.zip containing standalone bundle of the suite

run-jemmy-browser   runs Jemmy browser for the ButtonDemo (hardcoded in build.xml file)
                    The tool allows to explore the UI hierarchy.
                    
There is no task to run tests using JTReg. Please refer to corresponding README file 
in the client sanity test suite folder on how to run the tests.

Contact alexander.kouznetsov@oracle.com in case of issues.