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) boolean
Deprecated.Deprecated.Deprecated.Deprecated.long
Deprecated.void
Deprecated.boolean
Deprecated.(package private) boolean
isUnexpected
(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.
-
BlockJUnit4ClassRunner
in place ofJUnit4ClassRunner
.