source: josm/trunk/test/data/META-INF/services/org.junit.jupiter.api.extension.Extension@ 18649

Last change on this file since 18649 was 18649, checked in by taylor.smock, 15 months ago

Fix #22712: ignore list doesn't work

This occurred due to OsmValidator#save modifying the list, and expecting
all error codes to be positive.

TestErrorTest now checks one of the tests known to have a negative hashcode.

This also adds some additional JUnit 5 annotations. The additional
annotations are:

  • @LayerManager (cleans up layers after each test run)
    • This is automatically registered for all tests
  • @Projection (sets up the ProjectionRegistry for each test)
File size: 80 bytes
Line 
1org.openstreetmap.josm.testutils.annotations.LayerManager$LayerManagerExtension
Note: See TracBrowser for help on using the repository browser.