Think in terms of units, not methods

Each behaviour that a test describes should normally relate to the overall unit rather than the responsibilities of an individual method. This becomes harder the more that a class does. If it is hard to think in this fashion for a particular class it may be an indication that it has too many responsibilities.