7 references to StringLengthAttributeValue
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (7)
DefaultHtmlGeneratorTest.cs (7)
192
[InlineData(nameof(ModelWithMaxLengthMetadata.FieldWithStringLength), ModelWithMaxLengthMetadata.
StringLengthAttributeValue
)]
216
[InlineData(nameof(ModelWithMaxLengthMetadata.FieldWithStringLength), ModelWithMaxLengthMetadata.
StringLengthAttributeValue
)]
240
[InlineData(nameof(ModelWithMaxLengthMetadata.FieldWithStringLength), ModelWithMaxLengthMetadata.
StringLengthAttributeValue
)]
281
Assert.Equal(Math.Min(ModelWithMaxLengthMetadata.MaxLengthAttributeValue, ModelWithMaxLengthMetadata.
StringLengthAttributeValue
), int.Parse(attribute.Value, CultureInfo.InvariantCulture));
307
[InlineData(nameof(ModelWithMaxLengthMetadata.FieldWithStringLength), ModelWithMaxLengthMetadata.
StringLengthAttributeValue
)]
1074
[StringLength(
StringLengthAttributeValue
)]
1080
[StringLength(
StringLengthAttributeValue
)]