Beispiel #1
0
        public BreakingChangeAnalyzerTests()
        {
            _testCmdletDirPath = Path.GetDirectoryName(new Uri(Assembly.GetExecutingAssembly().CodeBase).AbsolutePath);
            _exceptionsDirPath = Path.Combine(_testCmdletDirPath, "Exceptions");

            analysisLogger = new AnalysisLogger(_testCmdletDirPath, _exceptionsDirPath);
            cmdletBreakingChangeAnalyzer        = new StaticAnalysis.BreakingChangeAnalyzer.BreakingChangeAnalyzer();
            cmdletBreakingChangeAnalyzer.Logger = analysisLogger;
        }