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 Constructor Description BaseIntegrationTestExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinjectFields(org.springframework.test.context.TestContext testContext)voidprepareContainers(org.springframework.test.context.TestContext ctx)voidstartOrReuse(FactcastTestConfig.Config config)voidwipeExternalDataStore(org.springframework.test.context.TestContext ctx)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.factcast.test.FactCastIntegrationTestExtension
afterAll, afterEach, beforeAll, beforeEach, createUnableToInitializeMessage, initialize
-
-
-
-
Method Detail
-
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
public void startOrReuse(FactcastTestConfig.Config config)
-
-