Package com.avanza.gs.test.junit5
Class RunningPu
- java.lang.Object
-
- com.avanza.gs.test.StandaloneRunningPu
-
- com.avanza.gs.test.junit5.RunningPu
-
- All Implemented Interfaces:
com.avanza.gs.test.GenericRunningPu,AutoCloseable,org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.BeforeEachCallback,org.junit.jupiter.api.extension.Extension
public final class RunningPu extends com.avanza.gs.test.StandaloneRunningPuJUnit5@Extensionimplementation ofStandaloneRunningPu.Example usage in a JUnit 5 test class:
@RegisterExtension RunningPu runningPu = PuConfigurers.partitionedPu("pu.xml") .configure();
-
-
Constructor Summary
Constructors Constructor Description RunningPu(com.avanza.gs.test.PuRunner runner)
-
Method Summary
All Methods Instance Methods Concrete Methods Default Methods Modifier and Type Method Description voidafter()voidbefore()default voidbeforeAll(org.junit.jupiter.api.extension.ExtensionContext context)default voidbeforeEach(org.junit.jupiter.api.extension.ExtensionContext context)-
Methods inherited from class com.avanza.gs.test.StandaloneRunningPu
close, getBackupInstanceApplicationContext, getClusteredGigaSpace, getLookupLocator, getPrimaryApplicationContexts, getPrimaryInstanceApplicationContext, start, stop
-
-