|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.runner.Runner
org.junit.internal.builders.IgnoredClassRunner
public class IgnoredClassRunner
Constructor Summary | |
---|---|
IgnoredClassRunner(java.lang.Class<?> testClass)
|
Method Summary | |
---|---|
Description |
getDescription()
|
void |
run(RunNotifier notifier)
Run the tests for this runner. |
Methods inherited from class org.junit.runner.Runner |
---|
testCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IgnoredClassRunner(java.lang.Class<?> testClass)
Method Detail |
---|
public void run(RunNotifier notifier)
Runner
run
in class Runner
notifier
- will be notified of events while tests are being run--tests being
started, finishing, and failingpublic Description getDescription()
getDescription
in interface Describable
getDescription
in class Runner
Description
showing the tests to be run by the receiver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |