More on choosing names for tests
Choosing names with the technique i presented yesterday leads to at least one class per method. To tackle that explosion of classes i have made two decisions:
- Add a folder for each tested class, this way all the When
ing classes are grouped. - Create a single WhenUsing
class to group simple test methods.
Here is a screenshot to clarify the changes: