| Package | Description |
|---|---|
| com.agical.rmock.core | |
| com.agical.rmock.core.expectation | |
| com.agical.rmock.core.expectation.modification | |
| com.agical.rmock.core.expectation.section |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Expectation
An expectation is a collection of attributes represening an expected
method call.
|
interface |
Section
A section groups expectations so that they are easier to identify in error
messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Section.add(Visitable visitable)
Adds an expectaion or subsection to this section
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpectationImpl
(c) Agical AB 2005
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModifiableExpectation |
| 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 |
|---|---|
void |
OrderedSection.add(Visitable visitable) |
void |
AnyOrderSection.add(Visitable visitable) |
void |
OverridableSection.add(Visitable visitable) |
void |
StackedSection.add(Visitable visitable) |
Copyright © 2005-2013 Agical AB. All Rights Reserved.