Package org.junit.internal.runners
Class TestMethod
- java.lang.Object
-
- org.junit.internal.runners.TestMethod
-
@Deprecated public class TestMethod extends Object
Deprecated.Included for backwards compatibility with JUnit 4.4. Will be removed in the next major release. Please useBlockJUnit4ClassRunner
in place ofJUnit4ClassRunner
.
-
-
Constructor Summary
Constructors Constructor Description TestMethod(Method method, TestClass testClass)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Class<? extends Throwable>
getExpectedException()
Deprecated.long
getTimeout()
Deprecated.void
invoke(Object test)
Deprecated.boolean
isIgnored()
Deprecated.
-
-
-
Method Detail
-
isIgnored
public boolean isIgnored()
Deprecated.
-
getTimeout
public long getTimeout()
Deprecated.
-
invoke
public void invoke(Object test) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException
Deprecated.
-
-