System.Diagnostics.Tests.FileVersionInfoTest.FileVersionInfo_FileNotFound C# (CSharp) Method

FileVersionInfo_FileNotFound() private method

private FileVersionInfo_FileNotFound ( ) : void
return void
        public void FileVersionInfo_FileNotFound()
        {
            Assert.Throws<FileNotFoundException>(() =>
                FileVersionInfo.GetVersionInfo(Path.Combine(Directory.GetCurrentDirectory(), TestNotFoundFileName)));
        }