Bari.Core.Test.Generic.PathOperationsTest.SingleFile C# (CSharp) Method

SingleFile() private method

private SingleFile ( ) : void
return void
        public void SingleFile()
        {
            PathOperations.FindCommonRoot(new[] { Path.Combine("a", "b", "c", "x.y") })
                .Should().Be(Path.Combine("a", "b", "c") + Path.DirectorySeparatorChar);
        }