Question

Has anyone experienced any issues with using the mstest attribute [AssemblyInitialize] when running tests with TestDriven.Net?

I've tried 2.14 RTM and 2.22 RTM and neither seem to work for me. When I execute the test, the assembly init method isn't being executed. It's like TD.Net doesn't recongize the attribute.

Any tips/ideas/clues is welcome! Thanks!

Was it helpful?

Solution

If memory serves TD.NET is built on NUnit and NUnit does not support AssemblyInitialize or AssemblyCleanup (and I don't think it has anything like them).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top