public void TestInitialize()
        {
            arquivoRetorno = new ArquivoRetornoCrb643();
            using (new MemoryStream(Encoding.UTF8.GetBytes(ARQUIVO_RETORNO)))
                arquivoRetorno.LerArquivoRetorno(new Banco(001), new MemoryStream(Encoding.UTF8.GetBytes(ARQUIVO_RETORNO)));

            arquivoRetornoCNAB400 = new ArquivoRetornoCNAB400();
            using (new MemoryStream(Encoding.UTF8.GetBytes(ARQUIVO_RETORNO)))
                arquivoRetornoCNAB400.LerArquivoRetorno(new Banco(001), new MemoryStream(Encoding.UTF8.GetBytes(ARQUIVO_RETORNO)));
        }
Ejemplo n.º 2
0
        public void TestInitialize()
        {
            arquivoRetorno = new ArquivoRetornoCrb643();
            using (new MemoryStream(Encoding.UTF8.GetBytes(ARQUIVO_RETORNO)))
                arquivoRetorno.LerArquivoRetorno(new Banco(001), new MemoryStream(Encoding.UTF8.GetBytes(ARQUIVO_RETORNO)));

            arquivoRetornoCNAB400 = new ArquivoRetornoCNAB400();
            using (new MemoryStream(Encoding.UTF8.GetBytes(ARQUIVO_RETORNO)))
                arquivoRetornoCNAB400.LerArquivoRetorno(new Banco(001), new MemoryStream(Encoding.UTF8.GetBytes(ARQUIVO_RETORNO)));
        }