Uses of Class
com.aim2be.platform.test.TestOutboxRecordCaptor
-
Uses of TestOutboxRecordCaptor in com.aim2be.platform.test
Methods in com.aim2be.platform.test that return TestOutboxRecordCaptorModifier and TypeMethodDescriptionOutboxTestAutoConfiguration.testOutboxRecordCaptor()TestOutboxRecordCaptorbean exposed to test classes.Methods in com.aim2be.platform.test with parameters of type TestOutboxRecordCaptorModifier and TypeMethodDescriptionstatic OutboxRecordRepositoryInMemoryOutboxRecordRepository.create(TestOutboxRecordCaptor captor) Factory: returns a dynamic proxy that exposes the in-memory repository as anOutboxRecordRepository.OutboxTestAutoConfiguration.testInMemoryOutboxRecordRepository(TestOutboxRecordCaptor captor) In-memoryOutboxRecordRepositorythat preempts the JPA-backed repository for tests.Constructors in com.aim2be.platform.test with parameters of type TestOutboxRecordCaptorModifierConstructorDescriptionprotectedCreates an in-memory repository wiring captures tocaptor.