Trying to write the JUnit test case for REST controller. Below is the sample .
public class EmployeeController{ @Autowired EmployeeService empService; @GetMa