public class

ClassRoadie

extends Object
java.lang.Object
   ↳ org.junit.internal.runners.ClassRoadie

This class is deprecated.
Included for backwards compatibility with JUnit 4.4. Will be removed in the next release. Please use BlockJUnit4ClassRunner in place of JUnit4ClassRunner.

Summary

Public Constructors
ClassRoadie(RunNotifier notifier, TestClass testClass, Description description, Runnable runnable)
Public Methods
void runProtected()
Protected Methods
void addFailure(Throwable targetException)
void runUnprotected()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ClassRoadie (RunNotifier notifier, TestClass testClass, Description description, Runnable runnable)

Public Methods

public void runProtected ()

Protected Methods

protected void addFailure (Throwable targetException)

protected void runUnprotected ()