Changeset 17882 in josm
- Timestamp:
- 2021-05-10T22:07:00+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/gpx/GpxImageCorrelationTest.java
r17878 r17882 13 13 import org.junit.jupiter.api.BeforeAll; 14 14 import org.junit.jupiter.api.BeforeEach; 15 import org.junit.jupiter.api.MethodOrderer.Alphanumeric; 15 import org.junit.jupiter.api.MethodOrderer; 16 import org.junit.jupiter.api.MethodOrderer.MethodName; 16 17 import org.junit.jupiter.api.Test; 17 18 import org.junit.jupiter.api.TestInstance; … … 35 36 * Unit tests of {@link GpxImageCorrelation} class. 36 37 */ 37 @TestMethodOrder( Alphanumeric.class)38 @TestMethodOrder(MethodName.class) 38 39 @TestInstance(Lifecycle.PER_CLASS) 39 40 class GpxImageCorrelationTest {
Note:
See TracChangeset
for help on using the changeset viewer.