Module org.easymock

Class ErrorMessage

java.lang.Object
org.easymock.internal.ErrorMessage

public class ErrorMessage extends Object
The full content of an error message reporting to the user.
Author:
OFFIS, Tammo Freese
  • Constructor Details

    • ErrorMessage

      public ErrorMessage(boolean matching, String message, int actualCount)
  • Method Details

    • isMatching

      public boolean isMatching()
      If the actual invocation matched the expected invocation. It will be used to write the final error message telling that some recording are matching but were already used.
      Returns:
      if the actual invocation matched the expected invocation
    • getMessage

      public String getMessage()
      The actual invocation and its result.
      Returns:
      the actual invocation and its result
    • getActualCount

      public int getActualCount()
      How many time an expected invocation was actually invoked.
      Returns:
      how many time an expected invocation was actually invoked
    • appendTo

      public void appendTo(StringBuilder buffer, int matches)
      Add the error message to the buffer.
      Parameters:
      buffer - the buffer to append to
      matches - how many times an actual invocation matched expected invocation