Skip to content

Commit

Permalink
OPEN - #9: Campos formatados em função do padrão de cada Banco
Browse files Browse the repository at this point in the history
http://github.com/jrimum/bopepo/issues/issue/9

 * [Refactoring:rename] métodos de teste.
  • Loading branch information
gilmatryx committed Jan 18, 2014
1 parent 884d905 commit 331b75e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class TestBoletoInfoCampoPessoa {
private EntidadeDeCobranca pessoa;

@Test
public void deve_escrever_texto_em_formato_correto_para_pessoa_fisica(){
public void deve_retornar_texto_formatado_para_pessoa_fisica(){
String nome = "Uma Pessoa Física Desconhecida";
String cpf = "222.222.222-22";
pessoa = new EntidadeDeCobranca(nome, cpf);
Expand All @@ -57,7 +57,7 @@ public void deve_escrever_texto_em_formato_correto_para_pessoa_fisica(){
}

@Test
public void deve_escrever_texto_em_formato_correto_para_pessoa_juridica(){
public void deve_retornar_texto_formatado_para_pessoa_juridica(){
String nome = "Uma Pessoa Jurídica Qualquer";
String cpf = "00.000.000/0001-91";
pessoa = new EntidadeDeCobranca(nome, cpf);
Expand Down

0 comments on commit 331b75e

Please sign in to comment.