1.1. What is JUnit 5? 1.1. What is JUnit 5? Unlike previous versions of JUnit, JUnit 5 is composed of several different modules from three different sub-projects. JUnit 5 = JU...
3. Migrating from JUnit 4 3. Migrating from JUnit 4 Although the JUnit Jupiter programming model and extension model will not support JUnit 4 features such as Rules and Runner...
3.4. JUnit 4 @Ignore Support 3.4. JUnit 4 @Ignore Support In order to provide a smooth migration path from JUnit 4 to JUnit Jupiter, the junit-jupiter-migrationsupport module ...
6.1. JUnit Platform Launcher API 6.1.1. Discovering Tests 6.1.2. Executing Tests 6.1.3. Plugging in your own Test Engine 6.1.4. Plugging in your own Post-Discovery Filters 6.1....