Changeset 17275 in josm for trunk/test/unit/org/CustomMatchers.java
- Timestamp:
- 2020-10-28T20:41:00+01:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/test/unit/org/CustomMatchers.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/CustomMatchers.java
r16634 r17275 12 12 import org.hamcrest.Matcher; 13 13 import org.hamcrest.TypeSafeMatcher; 14 import org.junit. Ignore;14 import org.junit.jupiter.api.Disabled; 15 15 import org.openstreetmap.josm.data.Bounds; 16 16 import org.openstreetmap.josm.data.coor.EastNorth; … … 20 20 * Custom matchers for unit tests. 21 21 */ 22 @ Ignore("no test")22 @Disabled("no test") 23 23 public final class CustomMatchers { 24 24
Note:
See TracChangeset
for help on using the changeset viewer.
