Skip to content

Instantly share code, notes, and snippets.

@praser
Created December 27, 2018 18:26
Show Gist options
  • Save praser/2a3021f72ca024ca9eb59158d7137805 to your computer and use it in GitHub Desktop.
Save praser/2a3021f72ca024ca9eb59158d7137805 to your computer and use it in GitHub Desktop.
Exemple TDD - Fazendo o nosso método retornar 500
public class Comissao {
public double calcularComissao(double valorVenda) {
return 500;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment