I am working on junit , here is my test case :
@RunWith(MockitoJUnitRunner.class) public class ControllerTest { @InjectMocks Controller controller; @Test public