Beispiel #1
0
 private void ParseTimeString_Expected_Result(string s, int seconds)
 {
     TimeParser.ParseTimeString(s).TotalSeconds.Should().Be(seconds, "it has been manually calculated");
 }