org.junit.internal.builders
Class IgnoredBuilder

java.lang.Object
  extended by org.junit.runners.model.RunnerBuilder
      extended by org.junit.internal.builders.IgnoredBuilder

public class IgnoredBuilder
extends RunnerBuilder


Constructor Summary
IgnoredBuilder()
           
 
Method Summary
 Runner runnerForClass(Class<?> testClass)
          Override to calculate the correct runner for a test class at runtime.
 
Methods inherited from class org.junit.runners.model.RunnerBuilder
runners, safeRunnerForClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoredBuilder

public IgnoredBuilder()
Method Detail

runnerForClass

public Runner runnerForClass(Class<?> testClass)
Description copied from class: RunnerBuilder
Override to calculate the correct runner for a test class at runtime.

Specified by:
runnerForClass in class RunnerBuilder
Parameters:
testClass - class to be run
Returns:
a Runner