Uses of Interface
org.easymock.IMocksControl

Uses of IMocksControl in org.easymock
 

Methods in org.easymock that return IMocksControl
static IMocksControl EasyMock.createControl()
          Creates a control, order checking is disabled by default.
static IMocksControl EasyMock.createNiceControl()
          Creates a control, order checking is disabled by default, and the mock objects created by this control will return 0, null or false for unexpected invocations.
static IMocksControl EasyMock.createStrictControl()
          Creates a control, order checking is enabled by default.
 



Copyright © 2001-2007 OFFIS, Tammo Freese. This documentation is provided under the terms of the MIT licence.