public class ErrorMessage extends Object
Constructor | Description |
---|---|
ErrorMessage(boolean matching,
String message,
int actualCount) |
Modifier and Type | Method | Description |
---|---|---|
void |
appendTo(StringBuilder buffer,
int matches) |
|
int |
getActualCount() |
|
String |
getMessage() |
|
boolean |
isMatching() |
public ErrorMessage(boolean matching, String message, int actualCount)
public boolean isMatching()
public String getMessage()
public int getActualCount()
public void appendTo(StringBuilder buffer, int matches)
Copyright © 2001–2018 EasyMock contributors. All rights reserved.