@TestInstance(value=PER_CLASS) public interface AuditTests extends CommonTests
| Modifier and Type | Method and Description |
|---|---|
default void |
beforeAllTests()
Set up the test infrastructure.
|
java.lang.String |
getJwtSecret()
Get the JWT secret.
|
java.lang.String |
getResourceLocation()
Get the location of the test resource.
|
void |
setResourceLocation(java.lang.String location)
Set the location of the test resource.
|
default void |
testAuditTriples()
Check the presence of audit triples.
|
default void |
testNoAuditTriples()
Check the absense of audit triples.
|
default void |
testOmitAuditTriples()
Check the explicit absense of audit triples.
|
getBaseURL, getClient, target, targetjava.lang.String getJwtSecret()
java.lang.String getResourceLocation()
void setResourceLocation(java.lang.String location)
location - the URL@BeforeAll default void beforeAllTests()
@Test @DisplayName(value="Check the absense of audit triples.") default void testNoAuditTriples()
@Test @DisplayName(value="Check the explicit absense of audit triples.") default void testOmitAuditTriples()
@Test @DisplayName(value="Check the presence of audit triples.") default void testAuditTriples()