Changeset 10144 in josm for trunk/test/unit/org/openstreetmap
- Timestamp:
- 2016-04-13T22:58:11+02:00 (9 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/gui/dialogs/layer
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/dialogs/layer/LayerVisibilityActionTest.java
r10143 r10144 1 1 // License: GPL. For details, see LICENSE file. 2 package org.openstreetmap.josm.gui.dialogs ;2 package org.openstreetmap.josm.gui.dialogs.layer; 3 3 4 4 import static org.junit.Assert.assertEquals; … … 10 10 import org.openstreetmap.josm.JOSMFixture; 11 11 import org.openstreetmap.josm.Main; 12 import org.openstreetmap.josm.gui.dialogs.LayerListDialog; 12 13 import org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel; 13 import org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibilityAction;14 14 import org.openstreetmap.josm.gui.layer.TMSLayer; 15 15 import org.openstreetmap.josm.gui.layer.TMSLayerTest; 16 16 17 17 /** 18 * Unit tests of {@link Layer ListDialog} class.18 * Unit tests of {@link LayerVisibilityAction} class. 19 19 */ 20 public class Layer ListDialogTest {20 public class LayerVisibilityActionTest { 21 21 22 22 /**
Note:
See TracChangeset
for help on using the changeset viewer.