Package org.junit.internal.runners
Class MethodRoadie
java.lang.Object
org.junit.internal.runners.MethodRoadie
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DescriptionDeprecated.private final RunNotifierDeprecated.private final ObjectDeprecated.private TestMethodDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionMethodRoadie(Object test, TestMethod method, RunNotifier notifier, Description description) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated.voidrun()Deprecated.private voidDeprecated.private voidDeprecated.voidDeprecated.voidrunTest()Deprecated.protected voidDeprecated.private voidrunWithTimeout(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.
-
BlockJUnit4ClassRunnerin place ofJUnit4ClassRunner.