Package controllerTeste

Examples of controllerTeste.AvaliacaoController.atualizar()


        String codigo = "1";
        Avaliacao pAvaliacao = new Avaliacao();
        pAvaliacao.setCodigoAvaliacao(Integer.parseInt(codigo));
        AvaliacaoController instance = new AvaliacaoController();
        boolean expResult = true;
        boolean result = instance.atualizar(pAvaliacao);
        assertEquals(expResult, result);
    }

    /**
     * Test of salvar method, of class AvaliacaoController.
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.