public class ErrorMessage extends Object
| Constructor and Description | 
|---|
| ErrorMessage(boolean matching,
            String message,
            int actualCount) | 
| Modifier and Type | Method and 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–2014 EasyMock contributors. All rights reserved.