Changeset 14158 in josm for trunk/test/unit
- Timestamp:
- 2018-08-15T13:16:28+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/TestUtils.java
r14157 r14158 59 59 60 60 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; 61 import mockit.integration.internal.TestRunnerDecorator; 61 62 62 63 /** … … 423 424 } catch (UnsupportedOperationException e) { 424 425 Assume.assumeNoException(e); 426 } finally { 427 TestRunnerDecorator.cleanUpAllMocks(); 425 428 } 426 429 }
Note:
See TracChangeset
for help on using the changeset viewer.