Beispiel #1
0
 public void SchemaGenerationTest_RunsSchemaGenerationScript_ShouldPassIfSuccessful()
 {
     try
     {
         TestDataHelper.CreateSchema();
     }
     catch (Exception e)
     {
         Assert.Fail("Schema Generation is failed with the message: " + e.Message);
         throw;
     }
 }
 public static void MyClassInitialize(TestContext testContext)
 {
     TestDataHelper.CreateSchema();
 }