Using NTestDataBuilder with classes that have inheritance

If you are building test data using the NTestDataBuilder library I released and you are dealing with classes that have an inheritance chain then you might want to have a base builder class that abstracts common properties.

I’ve created a gist that explains how to achieve this with two different options at: https://gist.github.com/robdmoore/7671127.

Enjoy!