Exemplo n.º 1
0
        public void RealizaEmprestimoSucesso()
        {
            Emprestimo emprestimo = new Emprestimo();

            string retEmprestimo = emprestimo.RealizarEmprestimo(new Tela(), 9999, new BaseDeDados(), 500, 12);

            Assert.AreEqual("Transação Efetivada.", retEmprestimo);

            PagamentoParcelas pag = new PagamentoParcelas();
        }