Uses of Interface
org.easymock.classextension.IMocksControl

Packages that use IMocksControl
org.easymock.classextension   
org.easymock.classextension.internal   
 

Uses of IMocksControl in org.easymock.classextension
 

Methods in org.easymock.classextension that return IMocksControl
static IMocksControl EasyMock.createControl()
           
 IMocksControl EasyMockSupport.createControl()
           
static IMocksControl EasyMock.createNiceControl()
           
 IMocksControl EasyMockSupport.createNiceControl()
           
static IMocksControl EasyMock.createStrictControl()
           
 IMocksControl EasyMockSupport.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(String name, IMocksControl control)
          Create named mock from the provided mock control using the arguments passed to the builder.
 

Uses of IMocksControl in org.easymock.classextension.internal
 

Methods in org.easymock.classextension.internal with parameters of type IMocksControl
 T MockBuilder.createMock(IMocksControl control)
           
 T MockBuilder.createMock(String name, IMocksControl control)
           
 



Copyright © 2003-2011 OFFIS, Henri Tremblay. All Rights Reserved.