Uses of Interface
org.easymock.classextension.IMocksControl

Uses of IMocksControl in org.easymock.classextension
 

Methods in org.easymock.classextension that return IMocksControl
static IMocksControl EasyMock.createControl()
           
static IMocksControl EasyMock.createNiceControl()
           
static IMocksControl EasyMock.createStrictControl()
           
 

Methods in org.easymock.classextension with parameters of type IMocksControl
 T IMockBuilder.createMock(IMocksControl control)
          Create mock from the provided mock control using the arguments passed to the builder.
 T IMockBuilder.createMock(java.lang.String name, IMocksControl control)
          Create named mock from the provided mock control using the arguments passed to the builder.
 



Copyright © 2003-2009 OFFIS, Henri Tremblay. This documentation is provided under the terms of the MIT licence.