Package io.debezium.outbox.quarkus.it
Class OutboxTest
- java.lang.Object
-
- io.debezium.outbox.quarkus.it.AbstractOutboxTest
-
- io.debezium.outbox.quarkus.it.OutboxTest
-
- Direct Known Subclasses:
OutboxIT
public class OutboxTest extends AbstractOutboxTest
Integration tests for the Debezium Outbox extension, using default configuration from application.properties.- Author:
- Chris Cranford
-
-
Field Summary
Fields Modifier and Type Field Description (package private) javax.persistence.EntityManagerentityManager(package private) io.debezium.outbox.quarkus.it.MyServicemyService
-
Constructor Summary
Constructors Constructor Description OutboxTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfiredEventGetsPersistedInOutboxTable()-
Methods inherited from class io.debezium.outbox.quarkus.it.AbstractOutboxTest
testOutboxEntityMetamodelExists
-
-
-
-
Method Detail
-
firedEventGetsPersistedInOutboxTable
@Test public void firedEventGetsPersistedInOutboxTable()
- Overrides:
firedEventGetsPersistedInOutboxTablein classAbstractOutboxTest
-
-