Appccelerate.IO.AbsoluteFilePathTest.RepresentsAnAbsoluteFilePath C# (CSharp) Method

RepresentsAnAbsoluteFilePath() private method

private RepresentsAnAbsoluteFilePath ( ) : void
return void
        public void RepresentsAnAbsoluteFilePath()
        {
            var absoluteFilePath = new AbsoluteFilePath(Path);

            absoluteFilePath.Value.Should().Be(Path);
        }