Class MethodRoadie

java.lang.Object
org.junit.internal.runners.MethodRoadie

@Deprecated public class MethodRoadie extends Object
Deprecated.
Included for backwards compatibility with JUnit 4.4. Will be removed in the next major release. Please use BlockJUnit4ClassRunner in place of JUnit4ClassRunner.
  • Field Details

    • test

      private final Object test
      Deprecated.
    • notifier

      private final RunNotifier notifier
      Deprecated.
    • description

      private final Description description
      Deprecated.
    • testMethod

      private TestMethod testMethod
      Deprecated.
  • Constructor Details

  • Method Details

    • run

      public void run()
      Deprecated.
    • runWithTimeout

      private void runWithTimeout(long timeout)
      Deprecated.
    • runTest

      public void runTest()
      Deprecated.
    • runBeforesThenTestThenAfters

      public void runBeforesThenTestThenAfters(Runnable test)
      Deprecated.
    • runTestMethod

      protected void runTestMethod()
      Deprecated.
    • runBefores

      private void runBefores() throws FailedBefore
      Deprecated.
      Throws:
      FailedBefore
    • runAfters

      private void runAfters()
      Deprecated.
    • addFailure

      protected void addFailure(Throwable e)
      Deprecated.