public class DominoTestSessionExtension
extends java.lang.Object
implements org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.ExtensionContext.Store.CloseableResource
JUnit extension to ensure a DominoProcess and Thread are initialized before test commenced and are shut down after all Tests been run
| Constructor and Description |
|---|
DominoTestSessionExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeAll(org.junit.jupiter.api.extension.ExtensionContext context) |
void |
close() |
public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext context)
beforeAll in interface org.junit.jupiter.api.extension.BeforeAllCallbackpublic void close()
close in interface org.junit.jupiter.api.extension.ExtensionContext.Store.CloseableResource