|
|
|
|
|
by delusional
1227 days ago
|
|
That's answered in the linked post: >You usually have at least a number of tests for each method you are testing, and you are usually testing a number of methods in one test fixture (since you usually have a test fixture per class tested). This leads to the requirement that your test should also reflect the name of the method begin tested, not only the requirements from it. |
|