Changeset 11921 in josm for trunk/test/unit/org/openstreetmap/josm/tools/FontsManagerTest.java
- Timestamp:
- 2017-04-15T20:20:00+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/FontsManagerTest.java
r11202 r11921 12 12 13 13 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; 14 import net.trajano.commons.testing.UtilityClassTestUtil; 14 15 15 16 /** … … 42 43 } 43 44 } 45 46 /** 47 * Tests that {@code FontsManager} satisfies utility class criterias. 48 * @throws ReflectiveOperationException if an error occurs 49 */ 50 @Test 51 public void testUtilityClass() throws ReflectiveOperationException { 52 UtilityClassTestUtil.assertUtilityClassWellDefined(FontsManager.class); 53 } 44 54 }
Note:
See TracChangeset
for help on using the changeset viewer.