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 Descriptionprivate 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:
getDescriptionin interfaceDescribable- Specified by:
getDescriptionin classRunner- Returns:
- a
Descriptionshowing the tests to be run by the receiver
-
run
Description copied from class:RunnerRun the tests for this runner.
-