private static class Parameterized.AssumptionViolationRunner extends Runner
Modifier and Type | Field and Description |
---|---|
private Description |
description |
private AssumptionViolatedException |
exception |
Constructor and Description |
---|
AssumptionViolationRunner(TestClass testClass,
java.lang.String methodName,
AssumptionViolatedException exception) |
Modifier and Type | Method and Description |
---|---|
Description |
getDescription() |
void |
run(RunNotifier notifier)
Run the tests for this runner.
|
private final Description description
private final AssumptionViolatedException exception
AssumptionViolationRunner(TestClass testClass, java.lang.String methodName, AssumptionViolatedException exception)
public Description getDescription()
getDescription
in interface Describable
getDescription
in class Runner
Description
showing the tests to be run by the receiverpublic void run(RunNotifier notifier)
Runner