public class

TestMethod

extends Object
java.lang.Object
   ↳ org.junit.internal.runners.TestMethod

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

Summary

Public Constructors
TestMethod(Method method, TestClass testClass)
Public Methods
long getTimeout()
void invoke(Object test)
boolean isIgnored()
Protected Methods
Class<? extends Throwable> getExpectedException()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TestMethod (Method method, TestClass testClass)

Public Methods

public long getTimeout ()

public boolean isIgnored ()

Protected Methods

protected Class<? extends Throwable> getExpectedException ()