Class NorthwindExtension
- java.lang.Object
-
- cronapp.framework.tests.northwind.NorthwindExtension
-
- All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension
public class NorthwindExtension extends Object implements org.junit.jupiter.api.extension.BeforeAllCallback
-
-
Field Summary
Fields Modifier and Type Field Description static StringPERSISTENCE_UNIT_NAME
-
Constructor Summary
Constructors Constructor Description NorthwindExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext)
-
-
-
Field Detail
-
PERSISTENCE_UNIT_NAME
public static final String PERSISTENCE_UNIT_NAME
- See Also:
- Constant Field Values
-
-