Uses of Class
org.easymock.internal.Range

Packages that use Range
org.easymock.internal   
 

Uses of Range in org.easymock.internal
 

Fields in org.easymock.internal declared as Range
static Range MocksControl.AT_LEAST_ONCE
          One or more calls.
static Range MocksControl.ONCE
          Exactly one call.
static Range MocksControl.ZERO_OR_MORE
          Zero or more calls.
 

Methods in org.easymock.internal with parameters of type Range
 void Results.add(Result result, Range range)
           
 void UnorderedBehavior.addExpected(ExpectedInvocation expected, Result result, Range count)
           
 void MocksBehavior.addExpected(ExpectedInvocation expected, Result result, Range count)
           
 void IMocksBehavior.addExpected(ExpectedInvocation expected, Result result, Range count)
           
 void ReplayState.times(Range range)
           
 void RecordState.times(Range range)
           
 void IMocksControlState.times(Range range)
           
 



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