@TestInstance(value=PER_CLASS) public interface EventTests extends CommonTests
| Modifier and Type | Method and Description |
|---|---|
default void |
beforeAllTests()
Initialize a test container.
|
java.lang.String |
getContainerLocation()
Get the location of the test container.
|
java.lang.String |
getJwtSecret()
Get the JWT secret.
|
java.util.Set<org.apache.commons.rdf.api.Graph> |
getMessages()
Get the received messages.
|
void |
setContainerLocation(java.lang.String location)
Set the test container location.
|
default void |
testReceiveChildMessage()
Test receiving an update message.
|
default void |
testReceiveCreateMessage()
Test receiving a creation event message.
|
default void |
testReceiveDeleteMessage()
Test receiving a delete message.
|
getBaseURL, getClient, target, targetjava.lang.String getJwtSecret()
java.lang.String getContainerLocation()
void setContainerLocation(java.lang.String location)
location - the URL of the test containerjava.util.Set<org.apache.commons.rdf.api.Graph> getMessages()
@BeforeAll default void beforeAllTests()
@Test @DisplayName(value="Test receiving a JMS creation message") default void testReceiveCreateMessage()
@Test @DisplayName(value="Test receiving an update message") default void testReceiveChildMessage()
@Test @DisplayName(value="Test receiving a delete message") default void testReceiveDeleteMessage()