Package org.factcast.test
Class BaseIntegrationTestExtension
java.lang.Object
org.factcast.test.BaseIntegrationTestExtension
- All Implemented Interfaces:
FactCastIntegrationTestExtension
public class BaseIntegrationTestExtension
extends Object
implements FactCastIntegrationTestExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterAll(org.springframework.test.context.TestContext ctx) voidinjectFields(org.springframework.test.context.TestContext testContext) voidprepareContainers(org.springframework.test.context.TestContext ctx) voidvoidwipeExternalDataStore(org.springframework.test.context.TestContext ctx) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.factcast.test.FactCastIntegrationTestExtension
afterEach, beforeAll, beforeEach, createUnableToInitializeMessage, initialize
-
Constructor Details
-
BaseIntegrationTestExtension
public BaseIntegrationTestExtension()
-
-
Method Details
-
prepareContainers
public void prepareContainers(org.springframework.test.context.TestContext ctx) - Specified by:
prepareContainersin interfaceFactCastIntegrationTestExtension
-
wipeExternalDataStore
public void wipeExternalDataStore(org.springframework.test.context.TestContext ctx) - Specified by:
wipeExternalDataStorein interfaceFactCastIntegrationTestExtension
-
injectFields
public void injectFields(org.springframework.test.context.TestContext testContext) - Specified by:
injectFieldsin interfaceFactCastIntegrationTestExtension
-
startOrReuse
-
afterAll
public void afterAll(org.springframework.test.context.TestContext ctx) - Specified by:
afterAllin interfaceFactCastIntegrationTestExtension
-