public class IgnoredClassRunner extends Runner
| Constructor and Description |
|---|
IgnoredClassRunner(Class<?> testClass) |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription() |
void |
run(RunNotifier notifier)
Run the tests for this runner.
|
public IgnoredClassRunner(Class<?> testClass)
public void run(RunNotifier notifier)
Runnerpublic Description getDescription()
getDescription in interface DescribablegetDescription in class RunnerDescription showing the tests to be run by the receiverCopyright © 2002–2017 JUnit. All rights reserved.