Changeset 8514 in josm for trunk/test/unit/org/CustomMatchers.java
- Timestamp:
- 2015-06-21T03:19:37+02:00 (11 years ago)
- File:
-
- 1 edited
-
trunk/test/unit/org/CustomMatchers.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/CustomMatchers.java
r7937 r8514 1 1 // License: GPL. For details, see LICENSE file. 2 2 package org; 3 4 import java.util.Collection; 3 5 4 6 import org.hamcrest.Description; … … 8 10 import org.openstreetmap.josm.tools.Predicate; 9 11 10 import java.util.Collection; 12 @Ignore("no test") 13 public final class CustomMatchers { 11 14 12 @Ignore("no test") 13 public class CustomMatchers { 15 private CustomMatchers() { 16 // Hide constructor for utility classes 17 } 14 18 15 19 public static <T> Matcher<? extends T> forPredicate(final Predicate<T> predicate) {
Note:
See TracChangeset
for help on using the changeset viewer.
