Package org.factcast.test
Interface FactCastIntegrationTestExtension
- All Known Implementing Classes:
BaseIntegrationTestExtension
public interface FactCastIntegrationTestExtension
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidafterAll(org.springframework.test.context.TestContext ctx) default voidafterEach(org.springframework.test.context.TestContext ctx) default voidbeforeAll(org.springframework.test.context.TestContext ctx) default voidbeforeEach(org.springframework.test.context.TestContext ctx) default Stringdefault booleanstatic voidstatic voiddefault voidinjectFields(org.springframework.test.context.TestContext ctx) default voidprepareContainers(org.springframework.test.context.TestContext ctx) static voidsetFieldValue(Field f, Object t, Object value) default voidwipeExternalDataStore(org.springframework.test.context.TestContext ctx)
-
Method Details
-
initialize
default boolean initialize() -
createUnableToInitializeMessage
-
prepareContainers
default void prepareContainers(org.springframework.test.context.TestContext ctx) -
wipeExternalDataStore
default void wipeExternalDataStore(org.springframework.test.context.TestContext ctx) -
injectFields
default void injectFields(org.springframework.test.context.TestContext ctx) -
beforeAll
default void beforeAll(org.springframework.test.context.TestContext ctx) -
beforeEach
default void beforeEach(org.springframework.test.context.TestContext ctx) -
afterEach
default void afterEach(org.springframework.test.context.TestContext ctx) -
afterAll
default void afterAll(org.springframework.test.context.TestContext ctx) -
inject
-
inject
-
setFieldValue
-