4 writes to Names
Shared.Tests (4)
Data.Validation\LengthAttributeTests.cs (4)
216options.Names = null; 221options.Names = new[] { "a", "b", "c", "d" }; 227options.Names = new[] { "a", "b", "c", "d", "e" }; 232options.Names = null;
2 references to Names
Shared.Tests (2)
Data.Validation\LengthAttributeTests.cs (2)
224Assert.Contains(nameof(options.Names), results[0].MemberNames); 225Assert.Contains(nameof(options.Names), results[0].ErrorMessage);