Uses of Class
org.easymock.MockControl

Uses of MockControl in org.easymock
 

Methods in org.easymock that return MockControl
static
<T> MockControl<T>
MockControl.createControl(java.lang.Class<T> toMock)
          Deprecated. Creates a mock control object for the specified interface.
static
<T> MockControl<T>
MockControl.createNiceControl(java.lang.Class<T> toMock)
          Deprecated. Creates a mock control object for the specified interface.
static
<T> MockControl<T>
MockControl.createStrictControl(java.lang.Class<T> toMock)
          Deprecated. Creates a mock control object for the specified interface.
 



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