Modifier and Type | Method and Description |
---|---|
Section |
SectionProvider.getCurrentSection()
Will return the current section
|
Section |
SectionProvider.getRootSection()
Will return the rootSection
|
Modifier and Type | Method and Description |
---|---|
void |
SectionManager.beginSection(Section section) |
void |
ExpectationVisitor.enteredSection(Section section)
Called when a section is entered
|
void |
SectionManager.overrideSection(String id,
Section section) |
Modifier and Type | Method and Description |
---|---|
void |
SectionDescriber.describeSectionEntered(Section section,
int level) |
void |
SectionDescriber.describeSectionExited(Section section,
int level) |
Modifier and Type | Method and Description |
---|---|
void |
SectionDescriberImpl.describeSectionEntered(Section section,
int level) |
void |
SectionDescriberImpl.describeSectionExited(Section section,
int level) |
void |
DocumentExpectationsVisitor.enteredSection(Section section) |
Constructor and Description |
---|
RMockAssertionFailedException(Section root,
boolean isRecording,
String s) |
RMockExpectationException(Section root,
boolean isRecording,
String message) |
RMockExpectationException(Section root,
boolean isRecording,
String message,
Throwable cause) |
UnexpectedInvocationException(Section expectations,
boolean isRecording,
String invocation) |
UnsatisfiedExpectationsException(Section root,
boolean isRecording) |
Modifier and Type | Method and Description |
---|---|
void |
InvocationExpectationVisitor.enteredSection(Section section) |
void |
ExpectationCounterVisitor.enteredSection(Section section) |
void |
ExpectationEventSourceImpl.expectationsRecorded(Section rootSection) |
void |
ExpectationListener.expectationsRecorded(Section rootSection) |
Constructor and Description |
---|
EngineException(Section root,
boolean isRecording,
String message) |
EngineException(Section root,
boolean isRecording,
String message,
Throwable cause) |
Modifier and Type | Class and Description |
---|---|
class |
AnyOrderSection
(c) Agical AB 2005
|
class |
OrderedSection
(c) Agical AB 2005
|
class |
OverridableSection |
class |
StackedSection |
Modifier and Type | Method and Description |
---|---|
Section |
OverridableSection.getProxiedSection() |
Section |
SectionFactory.ordered(String description) |
Section |
SectionFactory.unordered(String description) |
Modifier and Type | Method and Description |
---|---|
void |
OverridableSection.overrideWith(Section overridingSection) |
Constructor and Description |
---|
OverridableSection(Section proxiedSection) |
Modifier and Type | Method and Description |
---|---|
Section |
SectionManagerService.getCurrentSection() |
Section |
SectionManagerService.getRootSection() |
Modifier and Type | Method and Description |
---|---|
void |
SectionManagerService.beginSection(Section section) |
void |
SectionManagerService.overrideSection(String id,
Section section) |
Modifier and Type | Method and Description |
---|---|
void |
RMockTestCase.beginSection(Section section) |
void |
RMockTestCase.replaceSection(String id,
Section section) |
Copyright © 2005-2013 Agical AB. All Rights Reserved.