|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.runners.model.RunnerBuilder
org.junit.internal.builders.IgnoredBuilder
public class IgnoredBuilder
Constructor Summary | |
---|---|
IgnoredBuilder()
|
Method Summary | |
---|---|
Runner |
runnerForClass(java.lang.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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IgnoredBuilder()
Method Detail |
---|
public Runner runnerForClass(java.lang.Class<?> testClass)
RunnerBuilder
runnerForClass
in class RunnerBuilder
testClass
- class to be run
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |