Class ArgumentsMatcher

All Implemented Interfaces:
InvocationMatcher, SelfDescribing, Verifiable

public class ArgumentsMatcher extends StatelessInvocationMatcher
  • Constructor Details

    • ArgumentsMatcher

      public ArgumentsMatcher(Constraint[] constraints)
  • Method Details

    • matches

      public boolean matches(Invocation invocation)
    • describeTo

      public StringBuffer describeTo(StringBuffer buffer)
      Description copied from interface: SelfDescribing
      Appends the description of this object to the buffer.
      Parameters:
      buffer - The buffer that the description is appended to.
      Returns:
      The buffer passed to the invokedMethod.