Index
All Classes and Interfaces|All Packages
G
- getTransformedClass(Class<?>) - Method in class org.spongepowered.mij.ModLauncherExtension
- getTransformedConstructor(Constructor<?>) - Method in class org.spongepowered.mij.ModLauncherExtension
- getTransformedInstance(Object) - Method in class org.spongepowered.mij.ModLauncherExtension
- getTransformedMethod(Method) - Method in class org.spongepowered.mij.ModLauncherExtension
- getTransformingClassLoader() - Method in class org.spongepowered.mij.ModLauncherExtension
-
Gets the transforming class loader in which tests are executed.
- getTransformingClassLoader(String[]) - Static method in class org.spongepowered.mij.SharedModLauncher
-
Returns the shared transforming class loader.
I
- interceptAfterAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.spongepowered.mij.MethodInvocationInterceptor
- interceptAfterEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.spongepowered.mij.MethodInvocationInterceptor
- interceptBeforeAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.spongepowered.mij.MethodInvocationInterceptor
- interceptBeforeEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.spongepowered.mij.MethodInvocationInterceptor
- interceptMethod(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.spongepowered.mij.MethodInvocationInterceptor
-
Intercepts the invocation of any method.
- interceptMethod(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class org.spongepowered.mij.ModLauncherExtension
- interceptTestClassConstructor(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Constructor<T>>, ExtensionContext) - Method in class org.spongepowered.mij.ModLauncherExtension
- interceptTestFactoryMethod(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.spongepowered.mij.MethodInvocationInterceptor
- interceptTestMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.spongepowered.mij.MethodInvocationInterceptor
- interceptTestTemplateMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.spongepowered.mij.MethodInvocationInterceptor
M
- MethodInvocationInterceptor - Interface in org.spongepowered.mij
-
An interface redirecting all method interceptions into
MethodInvocationInterceptor.interceptMethod(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T>, org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method>, org.junit.jupiter.api.extension.ExtensionContext)
. - ModLauncherExtension - Class in org.spongepowered.mij
-
A JUnit extension booting ModLauncher and executing tests inside the transforming class loader.
- ModLauncherExtension() - Constructor for class org.spongepowered.mij.ModLauncherExtension
O
- org.spongepowered.mij - package org.spongepowered.mij
-
A helper library to allow running JUnit tests in a ModLauncher context.
S
- SharedModLauncher - Class in org.spongepowered.mij
-
ModLauncher and Mixin can only be initialized once.
- SharedModLauncher() - Constructor for class org.spongepowered.mij.SharedModLauncher
All Classes and Interfaces|All Packages