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, 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)


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