2 instantiations of User
Microsoft.AspNetCore.Http.Abstractions.Tests (2)
Validation\ValidatableTypeInfoTests.cs (2)
394var user = new User { Password = "abc" }; // Too short and not complex enough 484var user = new User { Password = null }; // Invalid: required
8 references to User
Microsoft.AspNetCore.Http.Abstractions.Tests (8)
Validation\ValidatableTypeInfoTests.cs (8)
376typeof(User), 378CreatePropertyInfo(typeof(User), typeof(string), "Password", "Password", 390{ typeof(User), userType } 394var user = new User { Password = "abc" }; // Too short and not complex enough 470typeof(User), 472CreatePropertyInfo(typeof(User), typeof(string), "Password", "Password", 480{ typeof(User), userType } 484var user = new User { Password = null }; // Invalid: required