[讀書筆記] A first unit test
2.1 Frameworks for unit testing
Doing things completely manually would be error-prone and time-consuming, and people would defer doing that as much as possible.
手動出錯的機會很大...
[讀書筆記] The basics of unit testing
1.1 Unit Testing - the classic definition
What is the classic definition?
A unit test is a piece of a code (usually a method) that invokes another piece of code and...