Baseline.Testing.FileSystemTester.path_relative_in_parallel_paths C# (CSharp) Method

path_relative_in_parallel_paths() private method

private path_relative_in_parallel_paths ( ) : void
return void
        public void path_relative_in_parallel_paths()
        {
            fullPath("folder2", "file2.txt")
                .PathRelativeTo(fullPath("folder1"))
                .ShouldBe("..{0}folder2{0}file2.txt".ToFormat(Path.DirectorySeparatorChar));
        }