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 MethodClause
of(org.hamcrest.Matcher<?> objectMatcher)
<T> T
of(T mockObject)
-
-
-
Method Detail
-
of
<T> T of(T mockObject)
-
of
MethodClause of(org.hamcrest.Matcher<?> objectMatcher)
-
-