Package org.jmock.syntax
Interface ReceiverClause
-
- All Known Implementing Classes:
InvocationExpectationBuilder
public interface ReceiverClause
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodClauseof(org.hamcrest.Matcher<?> objectMatcher)<T> Tof(T mockObject)
-
-
-
Method Detail
-
of
<T> T of(T mockObject)
-
of
MethodClause of(org.hamcrest.Matcher<?> objectMatcher)
-
-