Class 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 Detail

      • entityManager

        @Inject
        javax.persistence.EntityManager entityManager
      • myService

        @Inject
        io.debezium.outbox.quarkus.it.MyService myService
    • Constructor Detail

      • OutboxTest

        public OutboxTest()
    • Method Detail

      • testOutboxEntityMetamodelExists

        @Test
        public void testOutboxEntityMetamodelExists()
                                             throws Exception
        Throws:
        Exception
      • firedEventGetsPersistedInOutboxTable

        @Test
        public void firedEventGetsPersistedInOutboxTable()