Changeset 19106 in josm for trunk/test/unit
- Timestamp:
- 2024-06-13T21:18:45+02:00 (8 months ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/PlatformHookOsxTest.java
r19103 r19106 6 6 import static org.junit.jupiter.api.Assertions.assertNotNull; 7 7 import static org.junit.jupiter.api.Assertions.assertTrue; 8 import static org.junit.jupiter.api.Assumptions.assumeTrue;9 8 10 9 import java.io.File; … … 13 12 import org.junit.jupiter.api.BeforeAll; 14 13 import org.junit.jupiter.api.Test; 15 import org.junit.jupiter.api.condition.EnabledIf;16 14 import org.junit.jupiter.api.condition.EnabledOnOs; 17 15 import org.junit.jupiter.api.condition.OS; -
trunk/test/unit/org/openstreetmap/josm/tools/UtilsTest.java
r19103 r19106 10 10 11 11 import java.io.File; 12 import java.io.IOException;13 import java.io.InputStream;14 12 import java.util.ArrayList; 15 13 import java.util.Arrays;
Note:
See TracChangeset
for help on using the changeset viewer.