public class Capability1Tests extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
rootUri
The root URL of the SensorThings service under the test
|
| Constructor and Description |
|---|
Capability1Tests() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkResourcePaths()
This method is testing the resource paths based on specification to the
specified level.
|
void |
checkServiceRootUri()
This method is testing the root URL of the service under test.
|
void |
obtainTestSubject(org.testng.ITestContext testContext)
This method will be run before starting the test for this conformance
class.
|
void |
readEntitiesAndCheckResponse()
This method is testing GET entities.
|
void |
readEntityAndCheckResponse()
This method is testing GET for a specific entity with its id.
|
void |
readNonexistentEntity()
This method is testing GET when requesting a nonexistent entity.
|
void |
readPropertyOfEntityAndCheckResponse()
This method is testing GET for a property of an entity.
|
public String rootUri
public void obtainTestSubject(org.testng.ITestContext testContext)
testContext - The test context to find out whether this class is
requested to test or notpublic void readEntitiesAndCheckResponse()
public void readNonexistentEntity()
public void readEntityAndCheckResponse()
public void readPropertyOfEntityAndCheckResponse()
public void checkResourcePaths()
public void checkServiceRootUri()
Copyright © 2022 Open Geospatial Consortium. All rights reserved.