Method Summary |
|
protected void | setUp() |
protected void | tearDown() |
public void | testNamedContext_DELETE() Tests the server's methods for deleting the data from a named context of a
repository. |
public void | testNamedContext_PUT() Tests the server's methods for updating the data in a named context of a
repository. |
public void | testNullContext_DELETE() Tests the server's methods for deleting the data from the default context
of a repository. |
public void | testNullContext_PUT() Tests the server's methods for updating the data in the default context of
a repository. |
public void | testRepository_DELETE() Tests the server's methods for deleting all data in a repository. |
public void | testRepository_PUT() Tests the server's methods for updating all data in a repository. |
public void | testSeRQLselect() Tests the server's methods for quering a repository using GET requests to
send SeRQL-select queries. |