Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
rem
/
search-and-deploy
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Tree:
c2b7738749
Branches
Tags
master
search-and-d...
/
_posts
/
2016-02-04-five-things-to-check.md
2016-02-04-five-things-to-check.md
255 B
Histórico
Raw
title: "5 things to check with your tests"
categories: bits
Unit tests should always check for these five scenarios:
When there is 0 (zero).
When there is 1.
When there are a few.
When there are many.
Oops (There's an exception).