Changeset 10758 in josm for trunk/test/unit/org/openstreetmap/josm/command/RemoveNodesCommandTest.java
- Timestamp:
- 2016-08-07T17:39:42+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/command/RemoveNodesCommandTest.java
r10663 r10758 122 122 */ 123 123 @Test 124 public void equalsContract() {124 public void testEqualsContract() { 125 125 EqualsVerifier.forClass(RemoveNodesCommand.class).usingGetClass() 126 126 .withPrefabValues(Way.class,
Note:
See TracChangeset
for help on using the changeset viewer.
