Package org.junit.internal.runners
Class MethodRoadie
java.lang.Object
org.junit.internal.runners.MethodRoadie
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Description
Deprecated.private final RunNotifier
Deprecated.private final Object
Deprecated.private TestMethod
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionMethodRoadie
(Object test, TestMethod method, RunNotifier notifier, Description description) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Deprecated.void
run()
Deprecated.private void
Deprecated.private void
Deprecated.void
Deprecated.void
runTest()
Deprecated.protected void
Deprecated.private void
runWithTimeout
(long timeout) Deprecated.
-
Field Details
-
test
Deprecated. -
notifier
Deprecated. -
description
Deprecated. -
testMethod
Deprecated.
-
-
Constructor Details
-
MethodRoadie
Deprecated.
-
-
Method Details
-
run
public void run()Deprecated. -
runWithTimeout
private void runWithTimeout(long timeout) Deprecated. -
runTest
public void runTest()Deprecated. -
runBeforesThenTestThenAfters
Deprecated. -
runTestMethod
protected void runTestMethod()Deprecated. -
runBefores
Deprecated.- Throws:
FailedBefore
-
runAfters
private void runAfters()Deprecated. -
addFailure
Deprecated.
-
BlockJUnit4ClassRunner
in place ofJUnit4ClassRunner
.