Package org.junit.internal.runners
Class TestMethod
java.lang.Object
org.junit.internal.runners.TestMethod
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) booleanDeprecated.Deprecated.Deprecated.Deprecated.longDeprecated.voidDeprecated.booleanDeprecated.(package private) booleanisUnexpected(Throwable exception) Deprecated.
-
Field Details
-
method
Deprecated. -
testClass
Deprecated.
-
-
Constructor Details
-
TestMethod
Deprecated.
-
-
Method Details
-
isIgnored
public boolean isIgnored()Deprecated. -
getTimeout
public long getTimeout()Deprecated. -
getExpectedException
Deprecated. -
isUnexpected
Deprecated. -
expectsException
boolean expectsException()Deprecated. -
getBefores
Deprecated. -
getAfters
Deprecated. -
invoke
public void invoke(Object test) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException Deprecated.
-
BlockJUnit4ClassRunnerin place ofJUnit4ClassRunner.