Package io.debezium.outbox.quarkus.it
Class OutboxTest
- java.lang.Object
-
- io.debezium.outbox.quarkus.it.OutboxTest
-
- Direct Known Subclasses:
OutboxIT
@QuarkusTestResource(DatabaseTestResource.class) public class OutboxTest extends Object
Smoke test that verifies the Debezium Outbox extension started successfully and created the Outbox database table with the expected properties and return types.- 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()voidtestOutboxEntityMetamodelExists()
-