public class NewInvocationControlImpl<T> extends Object implements org.powermock.core.spi.NewInvocationControl<org.easymock.IExpectationSetters<T>>
| Constructor and Description |
|---|
NewInvocationControlImpl(org.powermock.core.spi.support.InvocationSubstitute<T> substitute,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
org.easymock.IExpectationSetters<T> |
expectSubstitutionLogic(Object... arguments) |
Object |
invoke(Class<?> type,
Object[] args,
Class<?>[] sig) |
Object |
replay(Object... mocks) |
Object |
reset(Object... mocks) |
Object |
verify(Object... mocks) |
public org.easymock.IExpectationSetters<T> expectSubstitutionLogic(Object... arguments) throws Exception
public Object replay(Object... mocks)
replay in interface org.powermock.core.spi.DefaultBehaviorpublic Object verify(Object... mocks)
verify in interface org.powermock.core.spi.DefaultBehaviorCopyright © 2007–2016. All rights reserved.