Changeset 16182 in josm for trunk/test
- Timestamp:
- 2020-03-21T12:49:54+01:00 (5 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/actions/OrthogonalizeActionTest.java
r15034 r16182 90 90 91 91 /** 92 * Tests that {@code OrthogonalizeAction.EN} satisfies utility class criteria s.92 * Tests that {@code OrthogonalizeAction.EN} satisfies utility class criteria. 93 93 * @throws ReflectiveOperationException if an error occurs 94 94 */ -
trunk/test/unit/org/openstreetmap/josm/actions/SelectByInternalPointActionTest.java
r13938 r16182 36 36 37 37 /** 38 * Tests that {@code SelectByInternalPointAction} satisfies utility class criteria s.38 * Tests that {@code SelectByInternalPointAction} satisfies utility class criteria. 39 39 * @throws ReflectiveOperationException if an error occurs 40 40 */ -
trunk/test/unit/org/openstreetmap/josm/actions/corrector/ReverseWayTagCorrectorTest.java
r14256 r16182 34 34 35 35 /** 36 * Tests that {@code ReverseWayTagCorrector.TagSwitcher} satisfies utility class criteria s.36 * Tests that {@code ReverseWayTagCorrector.TagSwitcher} satisfies utility class criteria. 37 37 * @throws ReflectiveOperationException if an error occurs 38 38 */ -
trunk/test/unit/org/openstreetmap/josm/data/PreferencesUtilsTest.java
r12826 r16182 47 47 48 48 /** 49 * Tests that {@code PreferencesUtils} satisfies utility class criteria s.49 * Tests that {@code PreferencesUtils} satisfies utility class criteria. 50 50 * @throws ReflectiveOperationException if an error occurs 51 51 */ -
trunk/test/unit/org/openstreetmap/josm/data/cache/JCSCacheManagerTest.java
r13188 r16182 31 31 32 32 /** 33 * Tests that {@code JCSCacheManager} satisfies utility class criteria s.33 * Tests that {@code JCSCacheManager} satisfies utility class criteria. 34 34 * @throws ReflectiveOperationException if an error occurs 35 35 */ -
trunk/test/unit/org/openstreetmap/josm/data/imagery/GetCapabilitiesParseHelperTest.java
r12147 r16182 24 24 25 25 /** 26 * Tests that {@code GetCapabilitiesParseHelper} satisfies utility class criteria s.26 * Tests that {@code GetCapabilitiesParseHelper} satisfies utility class criteria. 27 27 * @throws ReflectiveOperationException if an error occurs 28 28 */ -
trunk/test/unit/org/openstreetmap/josm/data/oauth/SignpostAdaptersTest.java
r12248 r16182 38 38 39 39 /** 40 * Tests that {@code SignpostAdapters} satisfies utility class criteria s.40 * Tests that {@code SignpostAdapters} satisfies utility class criteria. 41 41 * @throws ReflectiveOperationException if an error occurs 42 42 */ -
trunk/test/unit/org/openstreetmap/josm/data/validation/OsmValidatorTest.java
r15603 r16182 37 37 38 38 /** 39 * Tests that {@code OsmValidator} satisfies utility class criteria s.39 * Tests that {@code OsmValidator} satisfies utility class criteria. 40 40 * @throws ReflectiveOperationException if an error occurs 41 41 */ -
trunk/test/unit/org/openstreetmap/josm/data/validation/util/EntitiesTest.java
r11921 r16182 22 22 23 23 /** 24 * Tests that {@code Entities} satisfies utility class criteria s.24 * Tests that {@code Entities} satisfies utility class criteria. 25 25 * @throws ReflectiveOperationException if an error occurs 26 26 */ -
trunk/test/unit/org/openstreetmap/josm/data/validation/util/ValUtilTest.java
r11921 r16182 22 22 23 23 /** 24 * Tests that {@code ValUtil} satisfies utility class criteria s.24 * Tests that {@code ValUtil} satisfies utility class criteria. 25 25 * @throws ReflectiveOperationException if an error occurs 26 26 */ -
trunk/test/unit/org/openstreetmap/josm/gui/ConditionalOptionPaneUtilTest.java
r11921 r16182 22 22 23 23 /** 24 * Tests that {@code ConditionalOptionPaneUtil} satisfies utility class criteria s.24 * Tests that {@code ConditionalOptionPaneUtil} satisfies utility class criteria. 25 25 * @throws ReflectiveOperationException if an error occurs 26 26 */ -
trunk/test/unit/org/openstreetmap/josm/gui/ExceptionDialogUtilTest.java
r11921 r16182 22 22 23 23 /** 24 * Tests that {@code ExceptionDialogUtil} satisfies utility class criteria s.24 * Tests that {@code ExceptionDialogUtil} satisfies utility class criteria. 25 25 * @throws ReflectiveOperationException if an error occurs 26 26 */ -
trunk/test/unit/org/openstreetmap/josm/gui/datatransfer/ClipboardUtilsTest.java
r14412 r16182 124 124 125 125 /** 126 * Tests that {@code ClipboardUtils} satisfies utility class criteria s.126 * Tests that {@code ClipboardUtils} satisfies utility class criteria. 127 127 * @throws ReflectiveOperationException if an error occurs 128 128 */ -
trunk/test/unit/org/openstreetmap/josm/gui/dialogs/ChangesetDialogTest.java
r11921 r16182 23 23 24 24 /** 25 * Tests that {@code LaunchChangesetManager} satisfies utility class criteria s.25 * Tests that {@code LaunchChangesetManager} satisfies utility class criteria. 26 26 * @throws ReflectiveOperationException if an error occurs 27 27 */ -
trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/ConditionFactoryTest.java
r11921 r16182 34 34 35 35 /** 36 * Tests that {@code PseudoClasses} satisfies utility class criteria s.36 * Tests that {@code PseudoClasses} satisfies utility class criteria. 37 37 * @throws ReflectiveOperationException if an error occurs 38 38 */ -
trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/ExpressionFactoryTest.java
r15245 r16182 22 22 23 23 /** 24 * Tests that {@code Functions} satisfies utility class criteria s.24 * Tests that {@code Functions} satisfies utility class criteria. 25 25 * @throws ReflectiveOperationException if an error occurs 26 26 */ -
trunk/test/unit/org/openstreetmap/josm/gui/tagging/presets/TaggingPresetsTest.java
r11921 r16182 22 22 23 23 /** 24 * Tests that {@code TaggingPresets} satisfies utility class criteria s.24 * Tests that {@code TaggingPresets} satisfies utility class criteria. 25 25 * @throws ReflectiveOperationException if an error occurs 26 26 */ -
trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTest.java
r14089 r16182 22 22 23 23 /** 24 * Tests that {@code CertificateAmendment} satisfies utility class criteria s.24 * Tests that {@code CertificateAmendment} satisfies utility class criteria. 25 25 * @throws ReflectiveOperationException if an error occurs 26 26 */ -
trunk/test/unit/org/openstreetmap/josm/tools/CheckParameterUtilTest.java
r11921 r16182 22 22 23 23 /** 24 * Tests that {@code CheckParameterUtil} satisfies utility class criteria s.24 * Tests that {@code CheckParameterUtil} satisfies utility class criteria. 25 25 * @throws ReflectiveOperationException if an error occurs 26 26 */ -
trunk/test/unit/org/openstreetmap/josm/tools/FontsManagerTest.java
r11921 r16182 45 45 46 46 /** 47 * Tests that {@code FontsManager} satisfies utility class criteria s.47 * Tests that {@code FontsManager} satisfies utility class criteria. 48 48 * @throws ReflectiveOperationException if an error occurs 49 49 */ -
trunk/test/unit/org/openstreetmap/josm/tools/RightAndLefthandTrafficTest.java
r14138 r16182 24 24 25 25 /** 26 * Tests that {@code RightAndLefthandTraffic} satisfies utility class criteria s.26 * Tests that {@code RightAndLefthandTraffic} satisfies utility class criteria. 27 27 * @throws ReflectiveOperationException if an error occurs 28 28 */ -
trunk/test/unit/org/openstreetmap/josm/tools/StreamUtilsTest.java
r15732 r16182 27 27 28 28 /** 29 * Tests that {@code StreamUtils} satisfies utility class criteria s.29 * Tests that {@code StreamUtils} satisfies utility class criteria. 30 30 * @throws ReflectiveOperationException if an error occurs 31 31 */ -
trunk/test/unit/org/openstreetmap/josm/tools/TerritoriesTest.java
r16109 r16182 34 34 35 35 /** 36 * Tests that {@code Territories} satisfies utility class criteria s.36 * Tests that {@code Territories} satisfies utility class criteria. 37 37 * @throws ReflectiveOperationException if an error occurs 38 38 */ -
trunk/test/unit/org/openstreetmap/josm/tools/UtilsTest.java
r16052 r16182 41 41 42 42 /** 43 * Tests that {@code Utils} satisfies utility class criteria s.43 * Tests that {@code Utils} satisfies utility class criteria. 44 44 * @throws ReflectiveOperationException if an error occurs 45 45 */ -
trunk/test/unit/org/openstreetmap/josm/tools/date/DateUtilsTest.java
r15882 r16182 35 35 36 36 /** 37 * Tests that {@code DateUtils} satisfies utility class criteria s.37 * Tests that {@code DateUtils} satisfies utility class criteria. 38 38 * @throws ReflectiveOperationException if an error occurs 39 39 */
Note:
See TracChangeset
for help on using the changeset viewer.