org.easymock.classextension
Interface IMocksControl

All Superinterfaces:
org.easymock.IExpectationSetters, org.easymock.IMocksControl

public interface IMocksControl
extends org.easymock.IMocksControl


Method Summary
<T> T
createMock(java.lang.Class<T> toMock, java.lang.reflect.Method[] mockedMethods)
           
 
Methods inherited from interface org.easymock.IMocksControl
checkOrder, createMock, createMock, replay, reset, verify
 
Methods inherited from interface org.easymock.IExpectationSetters
andAnswer, andReturn, andStubAnswer, andStubReturn, andStubThrow, andThrow, anyTimes, asStub, atLeastOnce, once, times, times
 

Method Detail

createMock

<T> T createMock(java.lang.Class<T> toMock,
                 java.lang.reflect.Method[] mockedMethods)