Ignore:
Timestamp:
2020-06-14T11:54:13+02:00 (4 years ago)
Author:
simon04
Message:

see #16567 - Fix deprecations related to JUnit 5 (patch by taylor.smock)

File:
1 edited

Legend:

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

    r10397 r16618  
    1717 * and {@code ExpectedException} cannot be extended because it has a private constructor.
    1818 * @see <a href="https://github.com/junit-team/junit4/pull/778">Github pull request</a>
     19 * @deprecated Use matchers instead with the return from {@link org.junit.jupiter.api.Assertions#assertThrows}
    1920 */
     21@Deprecated
    2022public final class ExpectedRootException implements TestRule {
    2123
Note: See TracChangeset for help on using the changeset viewer.