Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
JavaTest harness

The JavaTest harness (or jtreg) is a regression tests framework specifically designed by Sun Microsystems to test the reference Java platform implementation.

Although jtreg was originally designed to execute Technology Compatibility Kit (TCK) compliance tests, it is not designed to check compliance of a particular Java implementation to the specification, but to test any regressions suite for the Java platform.

We don't have any images related to JavaTest harness yet.
We don't have any YouTube videos related to JavaTest harness yet.
We don't have any PDF documents related to JavaTest harness yet.
We don't have any Books related to JavaTest harness yet.
We don't have any archived web articles related to JavaTest harness yet.

History

jtreg started in 1997, during JDK 1.2 development.3 Being developed prior to JUnit existence, jtreg was initially not compatible with JUnit's test syntax,4 but later versions added a limited compatibility with JUnit.5

Use in OpenJDK

OpenJDK, the open-source implementation of the Java programming language6 encourages the use of jtreg tests for patch submissions.7

See also

References

  1. "jtreg FAQ". Oracle Corporation. Retrieved 2011-05-08. http://openjdk.java.net/jtreg/faq.html

  2. "jtreg FAQ". Oracle Corporation. Retrieved 2011-05-08. http://openjdk.java.net/jtreg/faq.html

  3. Gibbons, Jonathan (2006-11-13). "wwwww.jtreg: The Who What Where When Why of jtreg". Retrieved 2011-05-08. http://blogs.oracle.com/jjg/entry/wwwww_jtreg_who_what_where

  4. "jtreg FAQ". Oracle Corporation. Retrieved 2011-05-08. http://openjdk.java.net/jtreg/faq.html

  5. Gibbons, Jonathan (2010-05-27). "jtreg 4.1". Retrieved 2011-05-08. http://blogs.oracle.com/jjg/entry/jtreg_4_1

  6. "OpenJDK Legal Documents". Sun Microsystems. http://openjdk.java.net/legal/

  7. "Regression Test Harness for the OpenJDK platform: jtreg". Retrieved 2008-08-26. http://openjdk.java.net/jtreg/