Interface TestClassTransformer.ForTestClass.RemovesTestMethodAnnotation
-
- Enclosing interface:
- TestClassTransformer.ForTestClass
public static interface TestClassTransformer.ForTestClass.RemovesTestMethodAnnotation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestClassTransformer
fromAllMethodsExcept(java.lang.reflect.Method singleMethodToRunOnThisClassLoader)
TestClassTransformer
fromMethods(java.util.Collection<java.lang.reflect.Method> testMethodsThatRunOnOtherClassLoaders)
-
-
-
Method Detail
-
fromMethods
TestClassTransformer fromMethods(java.util.Collection<java.lang.reflect.Method> testMethodsThatRunOnOtherClassLoaders)
-
fromAllMethodsExcept
TestClassTransformer fromAllMethodsExcept(java.lang.reflect.Method singleMethodToRunOnThisClassLoader)
-
-