Beispiel #1
0
        public void Initialize()
        {
            TestingDirectoryInfo.Create();
            this._storage = new RSSPersister(TestingDirectory, MockUri);

            this._generators = new TestingDecisionModelGenerator(Prototype);
        }
 public void Cleanup()
 {
     this.Generators = null;
 }
 public void Initialize()
 {
     this.Generators = new TestingDecisionModelGenerator(Prototype);
 }
Beispiel #4
0
 public void Cleanup()
 {
     this._generators = null;
     TestingDirectoryInfo.Delete(true);
 }