What is the jtreg test harness? How do I use it?
The jtreg test framework is intended primarily for unit and regression tests. It can also be used for functional tests, and even simple product tests — in other words, just about any type of test except a conformance test. (Conformance tests belong in a Technology Compatibility Kit (TCK), such as the Java Compatibility Kit (JCK)). Tests can often be written as small standalone Java programs, although in some cases an applet or a shell-script might be required. The jtreg framework has its own extensive FAQ on how to use it, found at http://openjdk.java.net/jtreg/faq.html The jtreg Project is at http://openjdk.java.net/jtreg/index.html.