2006/12/01 10:07 Developer
A test is not a unit test
A test is not a unit test
- It talk to a database.
- It communicates across a network.
- It touches the file system.
- You have to do special things to your environment.
Unit Test와 Higher-Level Tesing하고 구분을 하자.
refactoring의 시작은 Great한 TestCase를 만드는 것부터...
TestCase부터 refactoring을 해야겠다...-.-
