Uses of Interface
org.jmock.api.Expectation
-
Packages that use Expectation Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.org.jmock.internal This package contains internal implementation details. -
-
Uses of Expectation in org.jmock
Methods in org.jmock with parameters of type Expectation Modifier and Type Method Description void
Mockery. addExpectation(Expectation expectation)
Adds an expected invocation that the object under test will perform upon objects in its context during the test. -
Uses of Expectation in org.jmock.internal
Classes in org.jmock.internal that implement Expectation Modifier and Type Class Description class
InvocationExpectation
An expectation of zero or more matching invocations.Fields in org.jmock.internal with type parameters of type Expectation Modifier and Type Field Description private java.util.List<Expectation>
NamedSequence. elements
private java.util.List<Expectation>
InvocationDispatcher. expectations
Methods in org.jmock.internal that return Expectation Modifier and Type Method Description Expectation
InvocationExpectationBuilder. toExpectation(Action defaultAction)
Methods in org.jmock.internal with parameters of type Expectation Modifier and Type Method Description void
ExpectationCollector. add(Expectation expectation)
void
InvocationDispatcher. add(Expectation expectation)
Method parameters in org.jmock.internal with type arguments of type Expectation Modifier and Type Method Description private java.lang.Iterable<org.hamcrest.SelfDescribing>
InvocationDispatcher. describedWith(java.util.List<Expectation> expectations, Invocation invocation)
-