| Interface | Description |
|---|---|
| CombinatorialTestManager |
Defines a manager which can completely manage a combinatorial test including dynamic test generation (e.g
fault characterization).
|
| TestResultCache |
A cache for test results to reduce unnecessary execution time if the same test input results are requested multiple
times.
|
| Class | Description |
|---|---|
| BasicCombinatorialTestManager |
A very basic manager for combinatorial tests.
|
| CachingDelegatingCombinatorialTestManager |
A
CombinatorialTestManager which does not generate test inputs by itself but delegates this to another
manager. |
| CombinatorialTestConfiguration |
All configuration needed for an
CombinatorialTestManager to generate test inputs for a given model. |
| HashMapTestResultCache |
Stores test results is a hash map.
|
Copyright © 2019. All rights reserved.