public interface PrivateMethodVerification
Modifier and Type | Method and Description |
---|---|
WithOrWithoutVerifiedArguments |
invoke(Method method)
Verify calls to the specific method.
|
void |
invoke(Object... arguments)
Deprecated.
Use
invoke(String, Object...) instead. Will be remove in PowerMock 3.0 |
void |
invoke(String methodToVerify,
Object... arguments)
Verify a private method call by specifying the method name of the method
to verify.
|
@Deprecated void invoke(Object... arguments) throws Exception
invoke(String, Object...)
instead. Will be remove in PowerMock 3.0Exception
- If something unexpected goes wrong.WithOrWithoutVerifiedArguments invoke(Method method) throws Exception
Exception
- If something unexpected goes wrong.Copyright © 2019. All rights reserved.