Robby, one of the developers I worked along side at BlueSpire, used a pattern in our test suite to simplify the setup of objects under test. I thought it very useful and it made the code so much more readable.
The idea is, when setting up an object n different ways, it's nice to set only the parameters you need on the same line as the instantiation.