Please enable JavaScript in your browser!
首页
发现
帮助
登录
rem
/
search-and-deploy
关注
1
点赞
0
派生
0
文件
工单管理
0
合并请求
0
目录树:
c2b7738749
分支列表
标签列表
master
search-and-d...
/
_posts
/
2016-02-04-five-things-to-check.md
2016-02-04-five-things-to-check.md
255 B
文件历史
原始文件
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).