Changeset 18332 in josm for trunk/test/unit/org


Ignore:
Timestamp:
2021-12-20T14:12:10+01:00 (2 years ago)
Author:
Don-vip
Message:

see #21596 - Update dependencies in ivy.xml and tools/ivy.xml (patch by taylor.smock)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/testutils/ThrowableRootCauseMatcher.java

    r10397 r18332  
    33
    44import org.hamcrest.Description;
    5 import org.hamcrest.Factory;
    65import org.hamcrest.Matcher;
    76import org.hamcrest.TypeSafeMatcher;
     
    5453     * @return new {@code ThrowableRootCauseMatcher} instance
    5554     */
    56     @Factory
    5755    public static <T extends Throwable> Matcher<T> hasRootCause(final Matcher<T> matcher) {
    5856        return new ThrowableRootCauseMatcher<>(matcher);
Note: See TracChangeset for help on using the changeset viewer.