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).