Actions
Task #6092
closedExtension of the Solver interface
Start date:
06/22/2015
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Published in build:
2.2.7
Description
Can Solver<T>
return an iterator of solutions (ru.ispras.microtesk.test.sequence.iterator.Iterator<T>
or better ru.ispras.microtesk.test.sequence.iterator.Iterator<SolverResult<T>>
)?
Updated by Alexander Kamkin over 9 years ago
One more option is to add an additinal layer, called Variator
, between Generator
and Solver
.
Generator
iteratesSequence<Call>
- Given a sequence,
Variator
iterates its variants. - Given a variant,
Solver
produces a solution. - Given a solution,
Adapter
constructs a test sequence.
Updated by Alexander Kamkin over 9 years ago
- Status changed from New to Resolved
Updated by Alexander Kamkin over 9 years ago
- Status changed from Resolved to Closed
- Published in build set to 2.2.7
Actions