public static void ClassInitialize(TestContext context)
 {
     TestResources = new TestResources();
     TestResources.InitFromTestContext(context);
 }
Esempio n. 2
0
 public static void ClassInitialize(TestContext context)
 {
     TestResources = new TestResources();
     TestResources.InitFromTestContext(context);
     Models = new Dictionary <string, IModel>();
 }