Examples of EmpresaController


Examples of controllerTeste.EmpresaController

     * Test of excluir method, of class EmpresaController.
     */
    public void testExcluir() {
        System.out.println("EmpresaControllerTest - excluir");
        String codigo = "";
        EmpresaController instance = new EmpresaController();
        boolean expResult = true;
        boolean result = instance.excluir(codigo);
        assertEquals(expResult, result);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.