public interface PrivateMethodVerification
Modifier and Type | Method and Description |
---|---|
WithOrWithoutVerifiedArguments |
invoke(Method method)
Verify calls to the specific method.
|
void |
invoke(Object... arguments)
Verify calls to private methods without having to specify the method
name.
|
void |
invoke(String methodToVerify,
Object... arguments)
Verify a private method call by specifying the method name of the method
to verify.
|
void invoke(Object... arguments) throws Exception
Exception
- If something unexpected goes wrong.WithOrWithoutVerifiedArguments invoke(Method method) throws Exception
Exception
- If something unexpected goes wrong.Copyright © 2007–2015. All rights reserved.