示例#1
0
 public void Can_determine_version_precedence(string x, string y, int expectedValue)
 {
     SemanticVersion.Compare(x, y).ShouldBe(expectedValue);
 }