Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
rem
/
search-and-deploy
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Árbol:
c2b7738749
Ramas
Etiquetas
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).