public class ApiCapabilitiesTest extends Test
TagChecker
.Test.TagTest
Modifier and Type | Field and Description |
---|---|
private static int |
MAX_WAY_NODES_ERROR |
private long |
maxNodes |
checkBeforeUpload, checkEnabled, description, enabled, errors, IN_DOWNLOADED_AREA, IN_DOWNLOADED_AREA_STRICT, isBeforeUpload, name, partialSelection, progressMonitor, startTime, testBeforeUpload
Constructor and Description |
---|
ApiCapabilitiesTest()
Constructs a new
ApiCapabilitiesTest . |
Modifier and Type | Method and Description |
---|---|
void |
initialize()
Initializes any global data used this tester.
|
void |
visit(Way w)
Visiting call for lines.
|
addGui, clear, compareTo, deletePrimitivesIfNeeded, endTest, equals, fixError, getErrors, getName, hashCode, isBuilding, isCanceled, isFixable, isPrimitiveUsable, isResidentialArea, ok, setBeforeUpload, setPartialSelection, setShowElements, startTest, testBeforeUpload, visit, visit, visit
private static final int MAX_WAY_NODES_ERROR
private long maxNodes
public ApiCapabilitiesTest()
ApiCapabilitiesTest
.public void initialize() throws java.lang.Exception
Test
initialize
in class Test
java.lang.Exception
- When cannot initialize the testpublic void visit(Way w)
OsmPrimitiveVisitor
visit
in interface OsmPrimitiveVisitor
visit
in class Test
w
- The way to inspect.