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