ApprovalTests.Tests.Reporters.GenericDiffReporterTest.TestGetCurrentProjectNotFound C# (CSharp) Method

TestGetCurrentProjectNotFound() private method

private TestGetCurrentProjectNotFound ( ) : void
return void
        public void TestGetCurrentProjectNotFound()
        {
            var file =  Path.GetPathRoot(Path.GetTempPath());
            var project = VisualStudioProjectFileAdder.GetCurrentProjectFile(file);
            Assert.AreEqual(null, project);
        }