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 Classes Modifier and Type Class Description static interface
ClassLoadingIsolaterExtension.IsolatedClassLoaderProvider
-
Constructor Summary
Constructors Constructor Description ClassLoadingIsolaterExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterEach(org.junit.jupiter.api.extension.ExtensionContext context)
void
beforeEach(org.junit.jupiter.api.extension.ExtensionContext context)
-