org.junit.internal.runners
Class TestMethod
java.lang.Object
org.junit.internal.runners.TestMethod
- Direct Known Subclasses:
- TheoryMethod
public class TestMethod
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestMethod
public TestMethod(java.lang.reflect.Method method,
TestClass testClass)
isIgnored
public boolean isIgnored()
getTimeout
public long getTimeout()
getExpectedException
protected java.lang.Class<? extends java.lang.Throwable> getExpectedException()
invoke
public void invoke(java.lang.Object test)
throws java.lang.IllegalArgumentException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Throws:
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException