- Tại sao nói "On the other hand, black box tests can bring more value than white box tests."? Có những ví dụ cụ thể nào để chứng minh điều này?
- Tại sao mình phải measure test coverage?
Last active
August 29, 2015 14:04
-
-
Save thuytrinh/9c76767efb12991f4899 to your computer and use it in GitHub Desktop.
Các câu hỏi phát sinh khi đọc JUnit in Action (2nd Edition)
Because you can write white box unit tests against protected, package- private, and public methods, you get more code coverage.
Mình làm được điều này trong AndroidDev như thế nào?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hãy tìm những ví dụ cụ thể liên quan tới AndroidDev?