| Constructor and Description |
|---|
OverridableSection(Section proxiedSection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ExpectationVisitor expectationVisitor,
boolean available)
accepts a visitor
|
void |
add(Visitable visitable)
Adds an expectaion or subsection to this section
|
boolean |
canMatch() |
String |
getDescription() |
Section |
getProxiedSection() |
String |
getType() |
boolean |
isSatisfied() |
void |
overrideWith(Section overridingSection) |
public OverridableSection(Section proxiedSection)
public void add(Visitable visitable)
Sectionpublic String getDescription()
getDescription in interface Sectionpublic String getType()
public boolean accept(ExpectationVisitor expectationVisitor, boolean available)
Visitablepublic boolean canMatch()
public boolean isSatisfied()
isSatisfied in interface Visitablepublic void overrideWith(Section overridingSection)
public Section getProxiedSection()
Copyright © 2005-2013 Agical AB. All Rights Reserved.