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