Assertions.assertThrows not working with @Mock Annotation
I am trying to test assertThrows but it’s not working when I am instantiating the class with @Mock Annotation.
How to write a unit test with a controller method that has protected code in it
I am trying to write a unit test for the following controller: