Interface ReceiverClause

All Known Implementing Classes:
InvocationExpectationBuilder

public interface ReceiverClause
  • Method Summary

    Modifier and Type
    Method
    Description
    of(org.hamcrest.Matcher<?> objectMatcher)
     
    <T> T
    of(T mockObject)
     
  • Method Details

    • of

      <T> T of(T mockObject)
    • of

      MethodClause of(org.hamcrest.Matcher<?> objectMatcher)