Example #1
0
 public virtual void Setup()
 {
     base.Setup("testview");
     DbSchema.DropView(Testview);
     DbSchema.DropTable(Asysview);
     DbSchema.DropTable(Aagview);
     TestTableCreator.CreateUnit4TestableWithAllTypes(DbContext, TestTable);
     CreateViewTables();
 }