Class OpenJPAExtension
java.lang.Object
org.apache.openjpa.junit5.internal.OpenJPAExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.BeforeAllCallback
,org.junit.jupiter.api.extension.Extension
public class OpenJPAExtension
extends Object
implements org.junit.jupiter.api.extension.BeforeAllCallback
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
beforeAll
(org.junit.jupiter.api.extension.ExtensionContext context)
-
Constructor Details
-
OpenJPAExtension
public OpenJPAExtension()
-
-
Method Details
-
beforeAll
public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext context) - Specified by:
beforeAll
in interfaceorg.junit.jupiter.api.extension.BeforeAllCallback
-