Click here to Skip to main content
15,886,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I had a private method and it returns a void return type and i had query which can thrown exception. i need to write a test which expects exception

What I have tried:

i tried dothrow(new exception("Exception")).when(mockdaoclass).method();

any suggestions???
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900