org.easymock.internal
Class Results

java.lang.Object
  extended by org.easymock.internal.Results
All Implemented Interfaces:
java.io.Serializable

public class Results
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Results()
           
 
Method Summary
 void add(Result result, Range range)
           
 int getCallCount()
           
 boolean hasValidCallCount()
           
 Result next()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Results

public Results()
Method Detail

add

public void add(Result result,
                Range range)

next

public Result next()

hasValidCallCount

public boolean hasValidCallCount()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getCallCount

public int getCallCount()


Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>