CmisCmdlets.Test.CmisPathTest.PathCorrectsSlashes C# (CSharp) Method

PathCorrectsSlashes() private method

private PathCorrectsSlashes ( string input, string expected ) : void
input string
expected string
return void
        public void PathCorrectsSlashes(string input, string expected)
        {
            Assert.That(new CmisPath(input).ToString(), Is.EqualTo(expected));
        }