public void SetUp()
        {
            DataMother.BackupStructureMapConfig();

            DataMother.WriteDocument("Config1.xml");
            DataMother.WriteDocument("Config2.xml");
            DataMother.WriteDocument("FullTesting.XML");
        }
Beispiel #2
0
 public void SetUp()
 {
     _log    = new GraphLog();
     builder = new ConfigurationParserBuilder(_log);
     DataMother.BackupStructureMapConfig();
 }