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)
Runner
public Description getDescription()
getDescription
in interface Describable
getDescription
in class Runner
Description
showing the tests to be run by the receiverCopyright © 2002–2021 JUnit. All rights reserved.