open class WinterAllExtension : AbstractWinterExtension, BeforeAllCallback, AfterAllCallback
JUnit5 extension that starts a io.jentz.winter.testing.WinterTestSession before all tests and stops the session after all tests.
For more details see io.jentz.winter.testing.WinterTestSession.
WinterAllExtension()
Default constructor to use this with org.junit.jupiter.api.extension.RegisterExtension. WinterAllExtension(block: Builder.() -> Unit)
JUnit5 extension that starts a io.jentz.winter.testing.WinterTestSession before all tests and stops the session after all tests. |
fun afterAll(context: ExtensionContext): Unit |
|
fun beforeAll(context: ExtensionContext): Unit |
fun after(context: ExtensionContext): Unit |
|
fun before(context: ExtensionContext): Unit |
|
fun resolveParameter(parameterContext: ParameterContext, extensionContext: ExtensionContext): Any |
|
fun supportsParameter(parameterContext: ParameterContext, extensionContext: ExtensionContext): Boolean |