In my unit test using Mockito I want to verify that NullPointerException was not thrown.
NullPointerException
public void testNPENotThrown{ Calling calling= Mock
Generally each test case runs with a new instance so setting an instance variable will not help. So make 'throw' variable static if not.
throw