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)
Section
public String getDescription()
getDescription
in interface Section
public String getType()
public boolean accept(ExpectationVisitor expectationVisitor, boolean available)
Visitable
public boolean canMatch()
public boolean isSatisfied()
isSatisfied
in interface Visitable
public void overrideWith(Section overridingSection)
public Section getProxiedSection()
Copyright © 2005-2013 Agical AB. All Rights Reserved.