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(Method singleMethodToRunOnThisClassLoader)
TestClassTransformer
fromMethods(Collection<Method> testMethodsThatRunOnOtherClassLoaders)
-
-
-
Method Detail
-
fromMethods
TestClassTransformer fromMethods(Collection<Method> testMethodsThatRunOnOtherClassLoaders)
-
fromAllMethodsExcept
TestClassTransformer fromAllMethodsExcept(Method singleMethodToRunOnThisClassLoader)
-
-