Package org.hibernate.testing.orm.junit
Class ClassLoadingIsolaterExtension
java.lang.Object
org.hibernate.testing.orm.junit.ClassLoadingIsolaterExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterEachCallback
,org.junit.jupiter.api.extension.BeforeEachCallback
,org.junit.jupiter.api.extension.Extension
public class ClassLoadingIsolaterExtension
extends Object
implements org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.api.extension.BeforeEachCallback
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterEach
(org.junit.jupiter.api.extension.ExtensionContext context) void
beforeEach
(org.junit.jupiter.api.extension.ExtensionContext context)
-
Constructor Details
-
ClassLoadingIsolaterExtension
public ClassLoadingIsolaterExtension()
-
-
Method Details