jdk/make/netbeans/client_sanity/README
author azvegint
Wed, 28 Sep 2016 03:40:45 +0300
changeset 41402 9ff91b2cd7a7
parent 36744 a00905527ec2
permissions -rw-r--r--
8164536: enableSuddenTermination() - Not throws SecurityException if a security manager exists and it will not allow the caller to invoke System.exit Reviewed-by: serb, ssadetsky

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.