Hi,
I've got a series of tests for a class that uses a Static Class. This static class has a static ctor.
When I try running the 6 tests which uses the Isolator "Isolate.Fake.StaticConstructor(typeof(X));" syntax and has the [Isolated] against it, 1 will pass and the other 5 will fail stating:
Static constructor for class X cannot be faked as it has already been called.
I thought the Isolated attribute cleaned up the tests so I could do this?
I'm using the 64bit version 5.4.3.
Cheers,
John