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 interfaceClassLoadingIsolaterExtension.IsolatedClassLoaderProvider
-
Constructor Summary
Constructors Constructor Description ClassLoadingIsolaterExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterEach(org.junit.jupiter.api.extension.ExtensionContext context)voidbeforeEach(org.junit.jupiter.api.extension.ExtensionContext context)
-