Ejemplo n.º 1
0
 public void Theory_EntityBaseValidation_FirstName_Success(string name) =>
 _validator.ShouldNotHaveValidationErrorFor(entity => entity.Name, name);