Package org.junit.runners
Class Parameterized.AssumptionViolationRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.Parameterized.AssumptionViolationRunner
-
- All Implemented Interfaces:
Describable
- Enclosing class:
- Parameterized
private static class Parameterized.AssumptionViolationRunner extends Runner
-
-
Field Summary
Fields Modifier and Type Field Description private Description
description
private AssumptionViolatedException
exception
-
Constructor Summary
Constructors Constructor Description AssumptionViolationRunner(TestClass testClass, java.lang.String methodName, AssumptionViolatedException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Description
getDescription()
void
run(RunNotifier notifier)
Run the tests for this runner.
-
-
-
Field Detail
-
description
private final Description description
-
exception
private final AssumptionViolatedException exception
-
-
Constructor Detail
-
AssumptionViolationRunner
AssumptionViolationRunner(TestClass testClass, java.lang.String methodName, AssumptionViolatedException exception)
-
-
Method Detail
-
getDescription
public Description getDescription()
- Specified by:
getDescription
in interfaceDescribable
- Specified by:
getDescription
in classRunner
- Returns:
- a
Description
showing the tests to be run by the receiver
-
run
public void run(RunNotifier notifier)
Description copied from class:Runner
Run the tests for this runner.
-
-