Package org.easymock.internal
Class ErrorMessage
- java.lang.Object
-
- org.easymock.internal.ErrorMessage
-
public class ErrorMessage extends Object
- Author:
- OFFIS, Tammo Freese
-
-
Constructor Summary
Constructors Constructor Description ErrorMessage(boolean matching, String message, int actualCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendTo(StringBuilder buffer, int matches)
int
getActualCount()
String
getMessage()
boolean
isMatching()
-
-
-
Constructor Detail
-
ErrorMessage
public ErrorMessage(boolean matching, String message, int actualCount)
-
-
Method Detail
-
isMatching
public boolean isMatching()
-
getMessage
public String getMessage()
-
getActualCount
public int getActualCount()
-
appendTo
public void appendTo(StringBuilder buffer, int matches)
-
-