示例#1
0
 public AnalyzerTests()
 {
     this.fs      = new Pytocs.TypeInference.FakeFileSystem();
     this.logger  = new FakeLogger();
     this.options = new Dictionary <string, object>();
     this.nl      = Environment.NewLine;
     this.an      = new AnalyzerImpl(fs, logger, options, DateTime.Now);
 }
示例#2
0
 public void Setup()
 {
     this.fs = new Pytocs.TypeInference.FakeFileSystem();
     this.logger = new FakeLogger();
     this.options = new Dictionary<string, object>();
     this.nl = Environment.NewLine;
     this.an = new AnalyzerImpl(fs, logger, options, DateTime.Now);
 }