public interface ExpectationVisitor
Modifier and Type | Method and Description |
---|---|
void |
enteredSection(Section section)
Called when a section is entered
|
void |
exitedSection()
called when the current section has exited.
|
boolean |
visit(Expectation expectation,
boolean available)
Visits expectations
|
boolean visit(Expectation expectation, boolean available)
expectation
- the expectation to visitavailable
- true if this expectation is considered to be available by the surrounding
section.void enteredSection(Section section)
section
- void exitedSection()
Copyright © 2005-2013 Agical AB. All Rights Reserved.