Thanks to this post on the MSDN forums, I found a possible solution.
namespace QuickGraph.Tests { [TestClass] public class AssemblyContextTest { [AssemblyInitialize] public static void Initialize(TestContext ctx) {
It works.
Nick randell
source share