Пример #1
0
 public void Can_determine_if_version_string_is_well_formed(string input, bool expected)
 {
     SemanticVersion.IsWellFormed(input).ShouldBe(expected);
 }