(Sorry for the unclear title, please edit it if you can come up with a better one)
I wish to run the same tests over two different data stores, I can create the data stores in the Setup() method.
So should I have a super class that contains all the tests and an abstract SetUp()
method, then have a subclass for each data store?
Or is there a better way?
See "Case insensitive string compare with linq-to-sql and linq-to-objects" for what I am testing.