public class Capability3Tests extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
rootUri
The root URL of the SensorThings service under the test
|
| Constructor and Description |
|---|
Capability3Tests() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkQueriesPriorityOrdering()
This method is testing the correct priority of the query options.
|
void |
deleteEverythings()
This method is run after all the tests of this class is run and clean the
database.
|
void |
obtainTestSubject(org.testng.ITestContext testContext)
This method will be run before starting the test for this conformance
class.
|
void |
readEntitiesWithCountQO()
This method is testing $count query option.
|
void |
readEntitiesWithExpandQO()
This method is testing $expand query option.
|
void |
readEntitiesWithFilterQO()
This method is testing $filter query option for
<, <=, =, >=, > on properties.
|
void |
readEntitiesWithOrderbyQO()
This method is testing $orderby query option.
|
void |
readEntitiesWithSelectQO()
This method is testing $select query option.
|
void |
readEntitiesWithSkipQO()
This method is testing $skip query option.
|
void |
readEntitiesWithTopQO()
This method is testing $top query option.
|
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 readEntitiesWithSelectQO()
public void readEntitiesWithExpandQO()
public void readEntitiesWithTopQO()
public void readEntitiesWithSkipQO()
public void readEntitiesWithOrderbyQO()
public void readEntitiesWithCountQO()
public void readEntitiesWithFilterQO()
throws UnsupportedEncodingException
UnsupportedEncodingException - Should not happen, UTF-8
should always be supported.public void checkQueriesPriorityOrdering()
public void deleteEverythings()
Copyright © 2022 Open Geospatial Consortium. All rights reserved.