Interface ArgumentsMatcher

All Known Subinterfaces:
StubMatcher

public interface ArgumentsMatcher
Arguments matcher.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(Object[] actual)
    Indicates if the arguments are as expected.
  • Method Details

    • matches

      boolean matches(Object[] actual)
      Indicates if the arguments are as expected.
      Parameters:
      actual - Arguments.
      Returns:
      If matches.