2 instantiations of User
Microsoft.AspNetCore.Http.Abstractions.Tests (2)
Validation\ValidatableTypeInfoTests.cs (2)
381var user = new User { Password = "abc" }; // Too short and not complex enough 469var user = new User { Password = null }; // Invalid: required
8 references to User
Microsoft.AspNetCore.Http.Abstractions.Tests (8)
Validation\ValidatableTypeInfoTests.cs (8)
371typeof(User), 373CreatePropertyInfo(typeof(User), typeof(string), "Password", "Password", 381var user = new User { Password = "abc" }; // Too short and not complex enough 386{ typeof(User), userType } 463typeof(User), 465CreatePropertyInfo(typeof(User), typeof(string), "Password", "Password", 469var user = new User { Password = null }; // Invalid: required 474{ typeof(User), userType }