Changes between Initial Version and Version 1 of Ticket #23219, comment 1


Ignore:
Timestamp:
2023-10-06T15:31:11+02:00 (2 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23219, comment 1

    initial v1  
    22
    33The following classes should be used in order:
    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)