- Timestamp:
- 2013-12-27T12:49:59+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/CustomMatchers.java
r6533 r6543 1 // License: GPL. For details, see LICENSE file. 1 2 package org; 2 3 … … 4 5 import org.hamcrest.Matcher; 5 6 import org.hamcrest.TypeSafeMatcher; 7 import org.junit.Ignore; 6 8 import org.openstreetmap.josm.tools.Predicate; 7 9 8 10 import java.util.Collection; 9 11 12 @Ignore("no test") 10 13 public class CustomMatchers { 11 14
Note:
See TracChangeset
for help on using the changeset viewer.