org.junit.internal.runners
Class TestMethod

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

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 TestMethod
extends Object


Constructor Summary
TestMethod(Method method, TestClass testClass)
          Deprecated.  
 
Method Summary
 long getTimeout()
          Deprecated.  
 void invoke(Object test)
          Deprecated.  
 boolean isIgnored()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMethod

public TestMethod(Method method,
                  TestClass testClass)
Deprecated. 
Method Detail

isIgnored

public boolean isIgnored()
Deprecated. 

getTimeout

public long getTimeout()
Deprecated. 

invoke

public void invoke(Object test)
            throws IllegalArgumentException,
                   IllegalAccessException,
                   InvocationTargetException
Deprecated. 
Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException