Description
Java tests can be organized and executed with annotations, suites, dependencies, and reporting features inspired by JUnit and NUnit. It helps developers validate application behavior in automated builds and local test runs.
Test frameworks execute project code, so results depend on the tests and environment. Run untrusted test suites with the same caution as untrusted build scripts.