org.junit.internal.runners
Class TestClass

java.lang.Object
  extended by org.junit.internal.runners.TestClass

Deprecated. Included for backwards compatibility with JUnit 4.4. Will be removed in the next release. Please use BlockJUnit4ClassRunner in place of JUnit4ClassRunner.

@Deprecated
public class TestClass
extends Object


Constructor Summary
TestClass(Class<?> klass)
          Deprecated.  
 
Method Summary
 List<Method> getAnnotatedMethods(Class<? extends Annotation> annotationClass)
          Deprecated.  
 Constructor<?> getConstructor()
          Deprecated.  
 Class<?> getJavaClass()
          Deprecated.  
 String getName()
          Deprecated.  
 List<Method> getTestMethods()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestClass

public TestClass(Class<?> klass)
Deprecated. 
Method Detail

getTestMethods

public List<Method> getTestMethods()
Deprecated. 

getAnnotatedMethods

public List<Method> getAnnotatedMethods(Class<? extends Annotation> annotationClass)
Deprecated. 

getConstructor

public Constructor<?> getConstructor()
                              throws SecurityException,
                                     NoSuchMethodException
Deprecated. 
Throws:
SecurityException
NoSuchMethodException

getJavaClass

public Class<?> getJavaClass()
Deprecated. 

getName

public String getName()
Deprecated.