public static void InitializeAssembly(TestContext ctx)
 {
     WebServerHelper.StartWebServerIfNotStarted();
     TestDataHelper.CreateDatabaseIfDoesNotExist();
     TestDataHelper.CreateSchema();
 }
示例#2
0
 public static void InitializeAssembly(TestContext ctx)
 {
     TestDataHelper.CreateDatabaseIfDoesNotExist();
     TestDataHelper.CreateSchema();
 }