ClassInitialize seems to be getting called for every test. I guess it is because a new class is actually created for every test.
Why? Every other framework doesn't do this!
Anyways... I need to execute one method (not static) on the class. I also need to execute all the test methods within the same instance of the class.
Am I up a creek without a paddle?