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