org.easymock.classextension
Interface IMockBuilder<T>

Type Parameters:
T - type of the object being created
All Superinterfaces:
IMockBuilder<T>

Deprecated. Use IMockBuilder instead

@Deprecated
public interface IMockBuilder<T>
extends IMockBuilder<T>

This class is provided solely to allow an easier transition to EasyMock 3.0. You should now use IMockBuilder instead.

Author:
Henri Tremblay

Method Summary
 
Methods inherited from interface org.easymock.IMockBuilder
addMockedMethod, addMockedMethod, addMockedMethod, addMockedMethods, addMockedMethods, createMock, createMock, createMock, createMock, createNiceMock, createNiceMock, createStrictMock, createStrictMock, withArgs, withConstructor, withConstructor, withConstructor, withConstructor
 



Copyright © 2010-null Henri Tremblay. This documentation is provided under the terms of the Apache 2 licence.