org.easymock.internal
Class ErrorMessage

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

public class ErrorMessage
extends Object

Author:
OFFIS, Tammo Freese

Constructor Summary
ErrorMessage(boolean matching, String message, int actualCount)
           
 
Method Summary
 void appendTo(StringBuilder buffer, int matches)
           
 int getActualCount()
           
 String getMessage()
           
 boolean isMatching()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.