public class Capability2Tests extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
rootUri
The root URL of the SensorThings service under the test
|
| Constructor and Description |
|---|
Capability2Tests() |
| Modifier and Type | Method and Description |
|---|---|
void |
createEntities()
This method is testing create or POST entities.
|
void |
createEntitiesWithDeepInsert()
This method is testing create or POST in the form of Deep Insert.
|
void |
createInvalidEntities()
This method is testing create or POST invalid entities.
|
void |
createInvalidEntitiesWithDeepInsert()
This method is testing create or POST with invalid Deep Insert.
|
void |
deleteEntities()
This method is testing DELETE and its integrity constraint.
|
void |
deleteEverythings()
This method is run after all the tests of this class is run and clean the
database.
|
void |
deleteNoneexistentEntities()
This method is testing DELETE request for a nonexistent entity.
|
void |
invalidPatchEntities()
This method is testing invalid partial update or PATCH.
|
void |
obtainTestSubject(org.testng.ITestContext testContext)
This method will be run before starting the test for this conformance
class.
|
void |
patchEntities()
This method is testing partial update or PATCH.
|
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 createEntities()
public void createEntitiesWithDeepInsert()
public void createInvalidEntitiesWithDeepInsert()
public void createInvalidEntities()
public void patchEntities()
public void deleteEntities()
public void invalidPatchEntities()
public void deleteNoneexistentEntities()
public void deleteEverythings()
Copyright © 2018 Open Geospatial Consortium. All rights reserved.