Exemple #1
0
        public void SetUp()
        {
            this.util = RandomUtilFactory.Make();

            var sysConfig = new SystemConfig();

            sysConfig.Basepath = "../../../Resources";

            this.userConfig = new UserConfig();
            this.factory    = new FileRepositoryFactory(this.userConfig, sysConfig);
        }
Exemple #2
0
 public void SetUp()
 {
     this.util               = RandomUtilFactory.Make();
     this.sysConfig          = new SystemConfig();
     this.sysConfig.Basepath = "../../../Resources";
 }