BlockJUnit4ClassRunner
in place of JUnit4ClassRunner
.@Deprecated
public class TestMethod
extends java.lang.Object
Constructor and Description |
---|
TestMethod(java.lang.reflect.Method method,
TestClass testClass)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Class<? extends java.lang.Throwable> |
getExpectedException()
Deprecated.
|
long |
getTimeout()
Deprecated.
|
void |
invoke(java.lang.Object test)
Deprecated.
|
boolean |
isIgnored()
Deprecated.
|
public TestMethod(java.lang.reflect.Method method, TestClass testClass)
public boolean isIgnored()
public long getTimeout()
protected java.lang.Class<? extends java.lang.Throwable> getExpectedException()
public void invoke(java.lang.Object test) throws java.lang.IllegalArgumentException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException