Package org.junit.internal.runners
Class TestClass
- java.lang.Object
-
- org.junit.internal.runners.TestClass
-
@Deprecated public class TestClass extends Object
Deprecated.Included for backwards compatibility with JUnit 4.4. Will be removed in the next major release. Please useBlockJUnit4ClassRunnerin place ofJUnit4ClassRunner.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<Method>getAnnotatedMethods(Class<? extends Annotation> annotationClass)Deprecated.Constructor<?>getConstructor()Deprecated.Class<?>getJavaClass()Deprecated.StringgetName()Deprecated.List<Method>getTestMethods()Deprecated.
-
-
-
Constructor Detail
-
TestClass
public TestClass(Class<?> klass)
Deprecated.
-
-
Method Detail
-
getAnnotatedMethods
public List<Method> getAnnotatedMethods(Class<? extends Annotation> annotationClass)
Deprecated.
-
getConstructor
public Constructor<?> getConstructor() throws SecurityException, NoSuchMethodException
Deprecated.
-
getJavaClass
public Class<?> getJavaClass()
Deprecated.
-
getName
public String getName()
Deprecated.
-
-