Jump to content

JavaTest harness

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Hervegirod (talk | contribs) at 13:38, 8 May 2011 (Created page with '{{Infobox software | name = JRuby | logo = | screenshot = | caption = | developer = [[Or...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
JRuby
Developer(s)Oracle Corporation
Stable release
4.1[1]
Written inJava
Operating systemCross-platform
PlatformJava Virtual Machine
LicenseGPL+linking exception
Websitehttp://openjdk.java.net/projects/jdk6/

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

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[2].

Being developed prior to JUnit existence, jtreg was initially not compatible with JUnit tests syntax[2], but later versoins added a limited compatibility with JUnit[3].

See also

References

  1. ^ "jtreg 4.1 Source Release". Oracle Corporation. Retrieved 2011-05-08.
  2. ^ a b c "jtreg FAQ". Oracle Corporation. Retrieved 2011-05-08.
  3. ^ Gibbons, Jonathan (2010-05-27). "jtreg 4.1". Retrieved 2011-05-08.