Appccelerate.IO.AbsoluteFolderPathTest.RepresentsAnAbsoluteFolderPath C# (CSharp) Méthode

RepresentsAnAbsoluteFolderPath() private méthode

private RepresentsAnAbsoluteFolderPath ( string path ) : void
path string
Résultat void
        public void RepresentsAnAbsoluteFolderPath(string path)
        {
            var absoluteFolderPath = new AbsoluteFolderPath(path);

            absoluteFolderPath.Value.Should().Be(path);
        }