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