Changeset 19050 in josm for trunk/test/unit/org/openstreetmap/josm/gui/io/SaveLayersDialogTest.java
- Timestamp:
- 2024-04-22T20:59:26+02:00 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/io/SaveLayersDialogTest.java
r19011 r19050 162 162 } 163 163 164 private static class GraphicsEnvironmentMock extends MockUp<GraphicsEnvironment> {164 private static final class GraphicsEnvironmentMock extends MockUp<GraphicsEnvironment> { 165 165 @Mock 166 166 public static boolean isHeadless(Invocation invocation) { … … 169 169 } 170 170 171 private static class SaveLayersDialogMock extends MockUp<SaveLayersDialog> {171 private static final class SaveLayersDialogMock extends MockUp<SaveLayersDialog> { 172 172 private final SaveLayersModel model = new SaveLayersModel(); 173 173 private int getUserActionCalled = 0;
Note:
See TracChangeset
for help on using the changeset viewer.