News

JUnit 5 is the de facto standard for developing unit tests in Java.A robust test suite not only gives you confidence in the behavior of your applications as you develop them, but also gives you ...
Learn what is the best way to perform unit testing in Java using JUnit, and how to apply some best practices and tips to make your tests more effective and reliable.
This project shows how to integrate your Roxy unit tests into a standard JUnit test suite, which can contain any number of other non-Roxy tests. Every Roxy test is reported as a separate JUnit test.
This project allows you to quickly create JUnit test suites (eg. groups of fast tests, slow tests and integration tests) by marking classes or individual test methods with an annotation. Test suites ...