Ejemplo n.º 1
0
 public void GetCommonPathLength(string first, string second, bool ignoreCase, int expected)
 {
     Assert.Equal(expected, PathInternal.GetCommonPathLength(first, second, ignoreCase));
 }