Example #1
0
        public void ExcluirPlanilhaCotacao()
        {
            Cotacoes oCotacoes = new Cotacoes();

            oCotacoes.ExcluirPlanilhaCotacao("Planilha Para Excluir");
        }
Example #2
0
        public void AdicionaAtivosPlanilha()
        {
            Cotacoes oCotacoes = new Cotacoes();

            oCotacoes.AdicionaAtivosPlanilha(nomeApresentacao, ativoDosTestes);
        }
Example #3
0
        public void RenomearPlanilhaCotacao()
        {
            Cotacoes oCotacoes = new Cotacoes();

            oCotacoes.RenomearPlanilhaCotacao(nomeApresentacao, "Planilha Renomeada");
        }
Example #4
0
        public void TrocaPlanilhaCotacao()
        {
            Cotacoes oCotacoes = new Cotacoes();

            oCotacoes.TrocaPlanilhaCotacao(nomeApresentacao);
        }
Example #5
0
        public void AdicionarPlanilhaCotacao()
        {
            Cotacoes oCotacoes = new Cotacoes();

            oCotacoes.AdicionarPlanilhaCotacao(nomeApresentacao);
        }
Example #6
0
        public void VisualizarPlanilhaCotacaoResumida()
        {
            Cotacoes oCotacoes = new Cotacoes();

            oCotacoes.VisualizarPlanilhaCotacaoResumida(ativoDosTestes);
        }
Example #7
0
        public void ExcluirAtivoPlanilha()
        {
            Cotacoes oCotacoes = new Cotacoes();

            oCotacoes.ExcluirAtivoPlanilha(ativoDosTestes);
        }