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