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