コード例 #1
0
ファイル: SuiteRunnerTest.cs プロジェクト: tlunven/fitsharp
        [Test] public void DryRunDoesNotProduceAnyTestResults()
        {
            memory.GetItem <Settings>().DryRun = true;

            AddTestFile(@"in\test1.html");
            AddTestFile(@"in\test2.html");

            RunSuite();

            Assert.IsEmpty(folders.GetFiles("out"));
            Assert.IsEmpty(folders.GetFolders("out"));
        }