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