Changeset 18853 in josm for trunk/test/unit/org/openstreetmap/josm/testutils
- Timestamp:
- 2023-10-04T00:03:40+02:00 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/testutils/annotations/JosmDefaults.java
r18694 r18853 77 77 /** 78 78 * Clean up what test not using these test rules may have broken. 79 * See {@link org.openstreetmap.josm.JOSMFixture} for the most common reason why this needs to be called. 79 80 */ 80 private void cleanUpFromJosmFixture() { 81 private static void cleanUpFromJosmFixture() { 81 82 MemoryManagerTest.resetState(true); 82 83 JOSMTestRules.cleanLayerEnvironment();
Note:
See TracChangeset
for help on using the changeset viewer.