Class SBAWMethodTestsIterator<I>

  • Type Parameters:
    I - input symbol type
    All Implemented Interfaces:
    Iterator<Word<I>>

    public class SBAWMethodTestsIterator<I>
    extends AbstractTwoLevelIterator<I,​Word<I>,​Word<I>>
    A conformance test iterator for SBAs that is based on the W-method. Note that this implementation takes care of the special SBA semantics revolving around return transitions or non-terminating procedures and only expands procedural test-cases that can be properly evaluated on the global SBA.
    See Also:
    WMethodTestsIterator