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 voidafterEach(org.junit.jupiter.api.extension.ExtensionContext ctx)voidbeforeAll(org.junit.jupiter.api.extension.ExtensionContext ctx)voidbeforeEach(org.junit.jupiter.api.extension.ExtensionContext ctx)booleaninitialize(org.junit.jupiter.api.extension.ExtensionContext 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, createUnableToInitializeMessage
-
-
-
-
Method Detail
-
initialize
public boolean initialize(org.junit.jupiter.api.extension.ExtensionContext ctx)
- Specified by:
initializein interfaceFactCastIntegrationTestExtension
-
beforeAll
public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext ctx)
- Specified by:
beforeAllin interfaceFactCastIntegrationTestExtension
-
beforeEach
public void beforeEach(org.junit.jupiter.api.extension.ExtensionContext ctx)
- Specified by:
beforeEachin interfaceFactCastIntegrationTestExtension
-
afterEach
public void afterEach(org.junit.jupiter.api.extension.ExtensionContext ctx)
- Specified by:
afterEachin interfaceFactCastIntegrationTestExtension
-
-