Hello,
I need help to create a JUnit test class for the Spring method below.
@Controller
public class ControllerFuncionario {
@RequestMapping("/index")
public String index(Funcionario funcionario, Project pro, Model model) {...
asked by
24.12.2018 / 13:37