| 4 | | * source:trunk/test/unit/org/openstreetmap/josm/testutils/annotations/ (JUnit 5, most everything should be able to be done with these, some are ''automatically'' registered if you run tests with `-Djunit.jupiter.extensions.autodetection.enabled=true`) |
| 5 | | * source:trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java (JUnit 4 and 5) |
| 6 | | * source:trunk/test/unit/org/openstreetmap/josm/JOSMFixture.java (JUnit 3) |
| | 4 | * source:trunk/test/unit/org/openstreetmap/josm/testutils/annotations/ (JUnit 5, most everything should be able to be done with these, some are ''automatically'' registered if you run tests with `-Djunit.jupiter.extensions.autodetection.enabled=true` -- just annotate the class with them) |
| | 5 | * source:trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java (JUnit 4 and 5, with JUnit 5 use @RegisterExtension, don't remember what to do with JUnit 4, but don't use JUnit 4 for new projects) |
| | 6 | * source:trunk/test/unit/org/openstreetmap/josm/JOSMFixture.java (JUnit 3, don't know how to use it, don't use JUnit 3 for new projects) |