Ignore:
Timestamp:
2018-08-15T13:16:28+02:00 (6 years ago)
Author:
Don-vip
Message:

cleanup JMockit stuff to avoid side effects on other tests

File:
1 edited

Legend:

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

    r14157 r14158  
    5959
    6060import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
     61import mockit.integration.internal.TestRunnerDecorator;
    6162
    6263/**
     
    423424        } catch (UnsupportedOperationException e) {
    424425            Assume.assumeNoException(e);
     426        } finally {
     427            TestRunnerDecorator.cleanUpAllMocks();
    425428        }
    426429    }
Note: See TracChangeset for help on using the changeset viewer.