ProblemTestBench
org.ddolibscala.util.testbench.ProblemTestBench
A standalone generator of test cases for org.ddolibscala.modeling.Problem implementations.
Instead of being a test suite itself, it generates a list of executable GeneratedTest objects that can be run by any test framework.
Type parameters
- P
-
the type of the problem implementation.
- S
-
the type of the state in the problem.
Value parameters
- configFactory
-
a function providing the solver configuration for a given problem.
- problems
-
the list of problem instances to test.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article