jtdiff
Regression Test Harness for the OpenJDK platform
Install
- All systems
-
curl cmd.cat/jtdiff.sh
- Debian
-
apt-get install jtreg
- Ubuntu
-
apt-get install jtreg
- Kali Linux
-
apt-get install jtreg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install jtreg
- Raspbian
-
apt-get install jtreg
- Dockerfile
- dockerfile.run/jtdiff
jtreg
Regression Test Harness for the OpenJDK platform
jtreg is the test harness used by the OpenJDK test framework. This framework is intended primarily for regression tests. It can also be used for unit tests, functional tests, and even simple product tests -- in other words, just about any type of test except a conformance test, which belong in a TCK.