Package | Description |
---|---|
org.dejava.component.test.exception.parametric | |
org.dejava.component.test.runner.notifier | |
org.dejava.component.test.runner.statement |
Modifier and Type | Method and Description |
---|---|
Collection<AtomParametricTestAssertionError> |
ParametricTestException.getTestAssumptionViolations()
Gets the assumption violated exceptions thrown during a parametric test.
|
Modifier and Type | Method and Description |
---|---|
void |
ParametricTestException.setTestAssumptionViolations(Collection<AtomParametricTestAssertionError> testAssumptionViolations)
Sets the assumption violated exceptions thrown during a parametric test.
|
Constructor and Description |
---|
ParametricTestException(String testName,
Object[] parameters,
Collection<AtomParametricTestException> testExceptions,
Collection<AtomParametricTestAssertionError> testAssumptionViolations)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
ParametricTestNotifier.addFailedAssumptions(Collection<AtomParametricTestAssertionError> testFailedAssumptions)
Adds any number of failed assumptions to a test.
|
Modifier and Type | Method and Description |
---|---|
void |
ParametricTestWrapper.evaluate() |
Copyright © 2012. All Rights Reserved.