public void time_string_input_parameter_minutes_validation(string time, Type type) { Assert.Throws(type, () => sut.ValidateMinutes(time)); }