Ignore:
Timestamp:
2016-09-05T01:10:07+02:00 (8 years ago)
Author:
Don-vip
Message:

improve unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/history/NodeListViewerTest.java

    r9816 r10962  
    44import static org.junit.Assert.assertNotNull;
    55
     6import org.junit.Rule;
    67import org.junit.Test;
     8import org.openstreetmap.josm.testutils.JOSMTestRules;
     9
     10import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
    711
    812/**
     
    1014 */
    1115public class NodeListViewerTest {
     16
     17    /**
     18     * Setup test.
     19     */
     20    @Rule
     21    @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
     22    public JOSMTestRules test = new JOSMTestRules().preferences();
    1223
    1324    /**
Note: See TracChangeset for help on using the changeset viewer.