Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from thiagosoeiro/master
Browse files Browse the repository at this point in the history
testes: geração de pdf desativada temporariamente devido a necessidad…
  • Loading branch information
Tagliatti authored Jul 17, 2018
2 parents 588c324 + 2d73e37 commit 322a44f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions BoletoNetCore.Testes/BancoBanrisulCarteira1Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ public BancoBanrisulCarteira1Tests()
public void Banrisul_1_REM400_BancoEmite()
{
_banco.Cedente.ContaBancaria.TipoImpressaoBoleto = TipoImpressaoBoleto.Banco;
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoBanrisulCarteira1Tests) + "_BancoEmite", 5, true, "?", 0);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoBanrisulCarteira1Tests) + "_BancoEmite", 5, false, "?", 0);
}
[Test]
public void Banrisul_1_REM400_EmpresaEmite()
{
_banco.Cedente.ContaBancaria.TipoImpressaoBoleto = TipoImpressaoBoleto.Empresa;
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoBanrisulCarteira1Tests) + "_EmpresaEmite", 5, true, "?", 12345);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoBanrisulCarteira1Tests) + "_EmpresaEmite", 5, false, "?", 12345);
}

[TestCase(276.15, "458", "BB874A", "1", "00000458-02", "04191693400000276152103401234560000004584090", "04192.10349 01234.560009 00045.840907 1 69340000027615", 2016, 10, 1)]
Expand Down
4 changes: 2 additions & 2 deletions BoletoNetCore.Testes/BancoBradescoCarteira09.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ public BancoBradescoCarteira09()
[Test]
public void Bradesco_09_REM240()
{
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB240, nameof(BancoBradescoCarteira09), 5, true, "?", 223344);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB240, nameof(BancoBradescoCarteira09), 5, false, "?", 223344);
}
[Test]
public void Bradesco_09_REM400()
{
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoBradescoCarteira09), 5, true, "?", 223344);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoBradescoCarteira09), 5, false, "?", 223344);
}


Expand Down
4 changes: 2 additions & 2 deletions BoletoNetCore.Testes/BancoBrasilCarteira11_019Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ public BancoBrasilCarteira11019Tests()
[Test]
public void Brasil_11_019_REM240()
{
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB240, nameof(BancoBrasilCarteira11019Tests), 5, true, "?", 0);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB240, nameof(BancoBrasilCarteira11019Tests), 5, false, "?", 0);
}

[Test]
public void Brasil_11_019_REM400()
{
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoBrasilCarteira11019Tests), 5, true, "?", 0);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoBrasilCarteira11019Tests), 5, false, "?", 0);
}

}
Expand Down
4 changes: 2 additions & 2 deletions BoletoNetCore.Testes/BancoBrasilCarteira17_019Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ public BancoBrasilCarteira17019Tests()
[Test]
public void Brasil_17_019_REM240()
{
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB240, nameof(BancoBrasilCarteira17019Tests), 5, true, "?", 223344);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB240, nameof(BancoBrasilCarteira17019Tests), 5, false, "?", 223344);
}

[Test]
public void Brasil_17_019_REM400()
{
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoBrasilCarteira17019Tests), 5, true, "?", 223344);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoBrasilCarteira17019Tests), 5, false, "?", 223344);
}


Expand Down
4 changes: 2 additions & 2 deletions BoletoNetCore.Testes/BancoCaixaCarteiraSig14Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ public BancoCaixaCarteiraSig14Tests()
[Test]
public void Caixa_SIG14_REM240()
{
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB240, nameof(BancoCaixaCarteiraSig14Tests), 5, true, "?", 223344);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB240, nameof(BancoCaixaCarteiraSig14Tests), 5, false, "?", 223344);
}

[Test]
public void Caixa_SIG14_REM400()
{
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoCaixaCarteiraSig14Tests), 5, true, "?", 223344);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoCaixaCarteiraSig14Tests), 5, false, "?", 223344);
}


Expand Down
2 changes: 1 addition & 1 deletion BoletoNetCore.Testes/BancoItauCarteira109Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public BancoItauCarteira109Tests()
[Test]
public void Itau_109_REM400()
{
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoItauCarteira109Tests), 5, true, "N", 223344);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoItauCarteira109Tests), 5, false, "N", 223344);
}

[TestCase(600.00, "223350", "BB000001F", "1", "109/00223350-2", "34191719500000600001090022335021234567890000", "34191.09008 22335.021238 45678.900007 1 71950000060000", 2017, 06, 19)]
Expand Down
2 changes: 1 addition & 1 deletion BoletoNetCore.Testes/BancoSantanderCarteira101Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public BancoSantanderCarteira101Tests()
[Test]
public void Santander_101_REM240()
{
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB240, nameof(BancoSantanderCarteira101Tests), 5, true, "N", 223344);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB240, nameof(BancoSantanderCarteira101Tests), 5, false, "N", 223344);
}

[TestCase(2717.16, "456", "BB874A", "1", "000000000456-1", "03391693400002717169123456700000000045610101", "03399.12347 56700.000005 00456.101013 1 69340000271716", 2016, 10, 1)]
Expand Down
4 changes: 2 additions & 2 deletions BoletoNetCore.Testes/BancoSicoobCarteira1_01Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ public BancoSicoobCarteira101Tests()
[Test]
public void Sicoob_1_01_REM240()
{
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB240, nameof(BancoSicoobCarteira101Tests), 5, true, "?", 223344);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB240, nameof(BancoSicoobCarteira101Tests), 5, false, "?", 223344);
}

[Test]
public void Sicoob_1_01_REM400()
{
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoSicoobCarteira101Tests), 5, true, "?", 223344);
Utils.TestarHomologacao(_banco, TipoArquivo.CNAB400, nameof(BancoSicoobCarteira101Tests), 5, false, "?", 223344);
}


Expand Down

0 comments on commit 322a44f

Please sign in to comment.