Module org.easymock

Class 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:
    Serialized Form
    • Constructor Detail

      • Results

        public Results()
    • Method Detail

      • add

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

        public boolean hasResults()
      • hasValidCallCount

        public boolean hasValidCallCount()
      • getCallCount

        public int getCallCount()