Changeset 17867 in josm for trunk/test/unit
- Timestamp:
- 2021-05-06T18:22:33+02:00 (4 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/data
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/imagery/vectortile/mapbox/GeometryTest.java
r17862 r17867 23 23 * Test class for {@link Geometry} 24 24 * @author Taylor Smock 25 * @since xxx25 * @since 17862 26 26 */ 27 27 class GeometryTest { -
trunk/test/unit/org/openstreetmap/josm/data/imagery/vectortile/mapbox/GeometryTypesTest.java
r17862 r17867 15 15 * Test class for {@link GeometryTypes} 16 16 * @author Taylor Smock 17 * @since xxx17 * @since 17862 18 18 */ 19 19 class GeometryTypesTest { -
trunk/test/unit/org/openstreetmap/josm/data/imagery/vectortile/mapbox/MapboxVectorTileSourceTest.java
r17862 r17867 27 27 * Test class for {@link MapboxVectorTileSource} 28 28 * @author Taylor Smock 29 * @since xxx29 * @since 17862 30 30 */ 31 31 class MapboxVectorTileSourceTest { -
trunk/test/unit/org/openstreetmap/josm/data/imagery/vectortile/mapbox/style/ExpressionTest.java
r17862 r17867 14 14 * Test class for {@link Expression} 15 15 * @author Taylor Smock 16 * @since xxx16 * @since 17862 17 17 */ 18 18 class ExpressionTest { -
trunk/test/unit/org/openstreetmap/josm/data/imagery/vectortile/mapbox/style/LayersTest.java
r17862 r17867 22 22 * All current (2021-03-31) properties are checked for in some form or another. 23 23 * @author Taylor Smock 24 * @since xxx24 * @since 17862 25 25 */ 26 26 class LayersTest { -
trunk/test/unit/org/openstreetmap/josm/data/imagery/vectortile/mapbox/style/SourceTest.java
r17862 r17867 26 26 * Test class for {@link Source} 27 27 * @author Taylor Smock 28 * @since xxx28 * @since 17862 29 29 */ 30 30 public class SourceTest { -
trunk/test/unit/org/openstreetmap/josm/data/protobuf/ProtobufParserTest.java
r17862 r17867 9 9 * Test class for {@link ProtobufParser} 10 10 * @author Taylor Smock 11 * @since xxx11 * @since 17862 12 12 */ 13 13 class ProtobufParserTest { -
trunk/test/unit/org/openstreetmap/josm/data/protobuf/ProtobufTest.java
r17862 r17867 41 41 * 42 42 * @author Taylor Smock 43 * @since xxx43 * @since 17862 44 44 */ 45 45 class ProtobufTest { -
trunk/test/unit/org/openstreetmap/josm/data/vector/VectorNodeTest.java
r17862 r17867 30 30 * Test class for {@link VectorNode} 31 31 * @author Taylor Smock 32 * @since xxx32 * @since 17862 33 33 */ 34 34 class VectorNodeTest { -
trunk/test/unit/org/openstreetmap/josm/data/vector/VectorRelationTest.java
r17862 r17867 17 17 * Test class for {@link VectorRelation} 18 18 * @author Taylor Smock 19 * @since xxx19 * @since 17862 20 20 */ 21 21 class VectorRelationTest { -
trunk/test/unit/org/openstreetmap/josm/data/vector/VectorWayTest.java
r17862 r17867 26 26 * Test class for {@link VectorWay} 27 27 * @author Taylor Smock 28 * @since xxx28 * @since 17862 29 29 */ 30 30 class VectorWayTest {
Note:
See TracChangeset
for help on using the changeset viewer.