How can i check that exception was thrown and handled in Junit4/Mockito?
I’m writing tests using Junit4 and mockito and wondering if there is a possibility to check if specific exception was thrown and handled inside tested method.
I’m writing tests using Junit4 and mockito and wondering if there is a possibility to check if specific exception was thrown and handled inside tested method.