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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Description
private final AssumptionViolatedException
-
Constructor Summary
ConstructorsConstructorDescriptionAssumptionViolationRunner
(TestClass testClass, String methodName, AssumptionViolatedException exception) -
Method Summary
-
Field Details
-
description
-
exception
-
-
Constructor Details
-
AssumptionViolationRunner
AssumptionViolationRunner(TestClass testClass, String methodName, AssumptionViolatedException exception)
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in interfaceDescribable
- Specified by:
getDescription
in classRunner
- Returns:
- a
Description
showing the tests to be run by the receiver
-
run
Description copied from class:Runner
Run the tests for this runner.
-