I - input symbol typepublic class WpMethodTestsIterator<I> extends ForwardingIterator<Word<I>>
See "Test selection based on finite state models" by S. Fujiwara et al.
| Constructor and Description |
|---|
WpMethodTestsIterator(UniversalDeterministicAutomaton<?,I,?,?,?> automaton,
Collection<? extends I> inputs,
int maxDepth)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<Word<I>> |
delegate() |
hasNext, next, removetoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic WpMethodTestsIterator(UniversalDeterministicAutomaton<?,I,?,?,?> automaton, Collection<? extends I> inputs, int maxDepth)
automaton - the automaton for which the testing sequences should be generatedinputs - the input symbols that should be considered for test sequence generationmaxDepth - the maximum number of symbols that are appended to the transition-cover part of the test sequencesCopyright © 2020. All rights reserved.