2930313233343536
private UserService userService; @Before public void init(){ userService = new UserServiceImpl(); userService.setUserDao(userDao); }