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 Descriptiondescriptionprivate AssumptionViolatedExceptionexception
-
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 DescriptiongetDescription()voidrun(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:
getDescriptionin interfaceDescribable- Specified by:
getDescriptionin classRunner- Returns:
- a
Descriptionshowing the tests to be run by the receiver
-
run
public void run(RunNotifier notifier)
Description copied from class:RunnerRun the tests for this runner.
-
-