Changeset 9246 in josm for trunk/test/unit/org
- Timestamp:
- 2016-01-01T22:21:21+01:00 (9 years ago)
- Location:
- trunk/test/unit/org
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/CustomMatchers.java
r8857 r9246 26 26 /** 27 27 * Matcher for a predicate. 28 * @param <T> type of elements 28 29 * @param predicate the predicate 29 30 * @return matcher for a predicate -
trunk/test/unit/org/openstreetmap/josm/TestUtils.java
r9202 r9246 50 50 /** 51 51 * Checks that the given Comparator respects its contract on the given table. 52 * @param <T> type of elements 52 53 * @param comparator The comparator to test 53 54 * @param array The array sorted for test purpose
Note:
See TracChangeset
for help on using the changeset viewer.