Class ArgumentsMatcher

    • Constructor Detail

      • ArgumentsMatcher

        public ArgumentsMatcher​(Constraint[] constraints)
    • Method Detail

      • matches

        public boolean matches​(Invocation invocation)
      • describeTo

        public java.lang.StringBuffer describeTo​(java.lang.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.