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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext)
-
Field Details
-
PERSISTENCE_UNIT_NAME
- See Also:
-
-
Constructor Details
-
NorthwindExtension
public NorthwindExtension()
-
-
Method Details