3 writes to Addresses
Shared.Tests (3)
Data.Validation\LengthAttributeTests.cs (3)
217
options.
Addresses
= null;
233
options.
Addresses
= new[] { "a", "b", "c", "d", "e", "f", "g", "h" };
239
options.
Addresses
= new[] { "a", "b", "c", "d", "e", "f", "g" };
2 references to Addresses
Shared.Tests (2)
Data.Validation\LengthAttributeTests.cs (2)
236
Assert.Contains(nameof(options.
Addresses
), results[0].MemberNames);
237
Assert.Contains(nameof(options.
Addresses
), results[0].ErrorMessage);