@OpenApiAll
public class MagicDrawApplication
extends java.lang.Object
implements org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.AfterAllCallback
{@code
Constructor and Description |
---|
MagicDrawApplication() |
Modifier and Type | Method and Description |
---|---|
void |
afterAll(org.junit.jupiter.api.extension.ExtensionContext context)
After all tests MagicDraw application will not be stopped as it might be needed for further test classes.
|
void |
beforeAll(org.junit.jupiter.api.extension.ExtensionContext context)
Starts MagicDraw application before all tests.
|
public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext context)
beforeAll
in interface org.junit.jupiter.api.extension.BeforeAllCallback
public void afterAll(org.junit.jupiter.api.extension.ExtensionContext context)
afterAll
in interface org.junit.jupiter.api.extension.AfterAllCallback