Class MethodRoadie


  • @Deprecated
    public class MethodRoadie
    extends java.lang.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 Detail

      • test

        private final java.lang.Object test
        Deprecated.
      • notifier

        private final RunNotifier notifier
        Deprecated.
      • description

        private final Description description
        Deprecated.
      • testMethod

        private TestMethod testMethod
        Deprecated.
    • Method Detail

      • run

        public void run()
        Deprecated.
      • runWithTimeout

        private void runWithTimeout​(long timeout)
        Deprecated.
      • runTest

        public void runTest()
        Deprecated.
      • runBeforesThenTestThenAfters

        public void runBeforesThenTestThenAfters​(java.lang.Runnable test)
        Deprecated.
      • runTestMethod

        protected void runTestMethod()
        Deprecated.
      • runAfters

        private void runAfters()
        Deprecated.
      • addFailure

        protected void addFailure​(java.lang.Throwable e)
        Deprecated.