예제 #1
0
 public void SetUp()
 {
     this.transactionScope          = new TransactionScope();
     this.environmentTypeRepository = new EnvironmentTypeRepository(ConfigurationManager.ConnectionStrings["BBOS"].ConnectionString);
     this.appEnvironmentRepostory   = new AppEnvironmentRepository(ConfigurationManager.ConnectionStrings["BBOS"].ConnectionString);
     this.appEnvironment            = BuildMeA.AppEnvironment("CustomAppEnvironment");
     this.environmentType           = BuildMeA.EnvironmentType("CustomAppEnvironment", "Server name 1", "adf_db_name 1", 1, "bravura DOCS Environment Type", "b", "e");
 }