Module org.easymock

Class Results

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

public class Results extends Object implements Serializable
The results of a specific call on a mock. It's plural because a specific call can be called multiple times and so will return multiple results.
Author:
OFFIS, Tammo Freese
See Also:
  • Constructor Details

    • Results

      public Results()
  • Method Details

    • add

      public void add(Result result, Range range)
    • hasResults

      public boolean hasResults()
    • next

      public Result next()
    • hasValidCallCount

      public boolean hasValidCallCount()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCallCount

      public int getCallCount()