|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrivateMethodVerification
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void invoke(Object... arguments)
throws Exception
Exception - If something unexpected goes wrong.
WithOrWithoutVerifiedArguments invoke(Method method)
throws Exception
Exception - If something unexpected goes wrong.
void invoke(String methodToVerify,
Object... arguments)
throws Exception
Exception - If something unexpected goes wrong.Mockito#invoke(Object)}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||