public void GetHasMultipleValues_WhenValueIsEmptyString_False() { _field.Value = string.Empty; Assert.IsFalse(_field.GetHasMultipleValues()); }