|
91 | 91 | ✔️ When_the_validators_fail_then_the_errors_Should_be_accessible_via_the_errors_property |
92 | 92 | ✔️ When_the_validators_fail_then_validatorrunner_should_return_false |
93 | 93 | ✔️ When_the_Validators_pass_then_the_validatorRunner_should_return_true |
94 | | -✔️ WhenPreValidationReturnsFalse_ResultReturnToUserImmediatly_Validate |
95 | | -✔️ WhenPreValidationReturnsFalse_ResultReturnToUserImmediatly_Validate |
96 | | -✔️ WhenPreValidationReturnsFalse_ResultReturnToUserImmediatly_ValidateAsync |
97 | | -✔️ WhenPreValidationReturnsFalse_ResultReturnToUserImmediatly_ValidateAsync |
| 94 | +✔️ WhenPreValidationReturnsFalse_ResultReturnToUserImmediatly_Validate(preValidationResult: ) |
| 95 | +✔️ WhenPreValidationReturnsFalse_ResultReturnToUserImmediatly_Validate(preValidationResult: AnotherInt Test Message) |
| 96 | +✔️ WhenPreValidationReturnsFalse_ResultReturnToUserImmediatly_ValidateAsync(preValidationResult: ) |
| 97 | +✔️ WhenPreValidationReturnsFalse_ResultReturnToUserImmediatly_ValidateAsync(preValidationResult: AnotherInt Test Message) |
98 | 98 | ✔️ WhenPreValidationReturnsTrue_ValidatorsGetHit_Validate |
99 | 99 | ✔️ WhenPreValidationReturnsTrue_ValidatorsGetHit_ValidateAsync |
100 | 100 | ✔️ WithErrorCode_should_override_error_code |
|
312 | 312 | ``` |
313 | 313 | ### ✔️ <a id="user-content-r0s15" href="#r0s15">FluentValidation.Tests.EmailValidatorTests</a> |
314 | 314 | ``` |
315 | | -✔️ Fails_email_validation_aspnetcore_compatible |
316 | | -✔️ Fails_email_validation_aspnetcore_compatible |
317 | | -✔️ Fails_email_validation_aspnetcore_compatible |
318 | | -✔️ Fails_email_validation_aspnetcore_compatible |
319 | | -✔️ Fails_email_validation_aspnetcore_compatible |
320 | | -✔️ Fails_email_validation_aspnetcore_compatible |
321 | | -✔️ Fails_email_validation_aspnetcore_compatible |
322 | | -✔️ Fails_email_validation_aspnetcore_compatible |
323 | | -✔️ Invalid_email_addressex_regex |
324 | | -✔️ Invalid_email_addressex_regex |
325 | | -✔️ Invalid_email_addressex_regex |
326 | | -✔️ Invalid_email_addressex_regex |
327 | | -✔️ Valid_email_addresses_aspnetcore_compatible |
328 | | -✔️ Valid_email_addresses_aspnetcore_compatible |
329 | | -✔️ Valid_email_addresses_aspnetcore_compatible |
330 | | -✔️ Valid_email_addresses_aspnetcore_compatible |
331 | | -✔️ Valid_email_addresses_aspnetcore_compatible |
332 | | -✔️ Valid_email_addresses_aspnetcore_compatible |
333 | | -✔️ Valid_email_addresses_aspnetcore_compatible |
334 | | -✔️ Valid_email_addresses_aspnetcore_compatible |
335 | | -✔️ Valid_email_addresses_aspnetcore_compatible |
336 | | -✔️ Valid_email_addresses_aspnetcore_compatible |
337 | | -✔️ Valid_email_addresses_aspnetcore_compatible |
338 | | -✔️ Valid_email_addresses_regex |
339 | | -✔️ Valid_email_addresses_regex |
340 | | -✔️ Valid_email_addresses_regex |
341 | | -✔️ Valid_email_addresses_regex |
342 | | -✔️ Valid_email_addresses_regex |
343 | | -✔️ Valid_email_addresses_regex |
344 | | -✔️ Valid_email_addresses_regex |
345 | | -✔️ Valid_email_addresses_regex |
346 | | -✔️ Valid_email_addresses_regex |
347 | | -✔️ Valid_email_addresses_regex |
348 | | -✔️ Valid_email_addresses_regex |
349 | | -✔️ Valid_email_addresses_regex |
350 | | -✔️ Valid_email_addresses_regex |
| 315 | +✔️ Fails_email_validation_aspnetcore_compatible(email: " \r \t \n") |
| 316 | +✔️ Fails_email_validation_aspnetcore_compatible(email: "") |
| 317 | +✔️ Fails_email_validation_aspnetcore_compatible(email: "@someDomain.com") |
| 318 | +✔️ Fails_email_validation_aspnetcore_compatible(email: "@someDomain@abc.com") |
| 319 | +✔️ Fails_email_validation_aspnetcore_compatible(email: "0") |
| 320 | +✔️ Fails_email_validation_aspnetcore_compatible(email: "someName") |
| 321 | +✔️ Fails_email_validation_aspnetcore_compatible(email: "someName@") |
| 322 | +✔️ Fails_email_validation_aspnetcore_compatible(email: "someName@a@b.com") |
| 323 | +✔️ Invalid_email_addressex_regex(email: "") |
| 324 | +✔️ Invalid_email_addressex_regex(email: "first.last@test..co.uk") |
| 325 | +✔️ Invalid_email_addressex_regex(email: "testperso") |
| 326 | +✔️ Invalid_email_addressex_regex(email: "thisisaverylongstringcodeplex.com") |
| 327 | +✔️ Valid_email_addresses_aspnetcore_compatible(email: " @someDomain.com") |
| 328 | +✔️ Valid_email_addresses_aspnetcore_compatible(email: "!#$%&'*+-/=?^_`|~@someDomain.com") |
| 329 | +✔️ Valid_email_addresses_aspnetcore_compatible(email: "\"firstName.lastName\"@someDomain.com") |
| 330 | +✔️ Valid_email_addresses_aspnetcore_compatible(email: "1234@someDomain.com") |
| 331 | +✔️ Valid_email_addresses_aspnetcore_compatible(email: "firstName.lastName@someDomain.com") |
| 332 | +✔️ Valid_email_addresses_aspnetcore_compatible(email: "someName@1234.com") |
| 333 | +✔️ Valid_email_addresses_aspnetcore_compatible(email: "someName@some_domain.com") |
| 334 | +✔️ Valid_email_addresses_aspnetcore_compatible(email: "someName@some~domain.com") |
| 335 | +✔️ Valid_email_addresses_aspnetcore_compatible(email: "someName@someDomain.com") |
| 336 | +✔️ Valid_email_addresses_aspnetcore_compatible(email: "someName@someDomain.com") |
| 337 | +✔️ Valid_email_addresses_aspnetcore_compatible(email: null) |
| 338 | +✔️ Valid_email_addresses_regex(email: "__somename@example.com") |
| 339 | +✔️ Valid_email_addresses_regex(email: "!def!xyz%abc@example.com") |
| 340 | +✔️ Valid_email_addresses_regex(email: "\"Abc@def\"@example.com") |
| 341 | +✔️ Valid_email_addresses_regex(email: "\"Abc\\@def\"@example.com") |
| 342 | +✔️ Valid_email_addresses_regex(email: "\"Fred Bloggs\"@example.com") |
| 343 | +✔️ Valid_email_addresses_regex(email: "\"Joe\\Blow\"@example.com") |
| 344 | +✔️ Valid_email_addresses_regex(email: "$A12345@example.com") |
| 345 | +✔️ Valid_email_addresses_regex(email: "customer/department=shipping@example.com") |
| 346 | +✔️ Valid_email_addresses_regex(email: "first.last@test.co.uk") |
| 347 | +✔️ Valid_email_addresses_regex(email: "testperson@gmail.com") |
| 348 | +✔️ Valid_email_addresses_regex(email: "TestPerson@gmail.com") |
| 349 | +✔️ Valid_email_addresses_regex(email: "testperson+label@gmail.com") |
| 350 | +✔️ Valid_email_addresses_regex(email: null) |
351 | 351 | ``` |
352 | 352 | ### ✔️ <a id="user-content-r0s16" href="#r0s16">FluentValidation.Tests.EmptyTester</a> |
353 | 353 | ``` |
|
549 | 549 | ✔️ Falls_back_to_english_when_culture_not_registered |
550 | 550 | ✔️ Falls_back_to_english_when_translation_missing |
551 | 551 | ✔️ Falls_back_to_parent_culture |
552 | | -✔️ Gets_translation_for_bosnian_latin_culture |
553 | | -✔️ Gets_translation_for_bosnian_latin_culture |
554 | | -✔️ Gets_translation_for_bosnian_latin_culture |
| 552 | +✔️ Gets_translation_for_bosnian_latin_culture(cultureName: "bs-Latn-BA") |
| 553 | +✔️ Gets_translation_for_bosnian_latin_culture(cultureName: "bs-Latn") |
| 554 | +✔️ Gets_translation_for_bosnian_latin_culture(cultureName: "bs") |
555 | 555 | ✔️ Gets_translation_for_croatian_culture |
556 | 556 | ✔️ Gets_translation_for_culture |
557 | | -✔️ Gets_translation_for_serbian_culture |
558 | | -✔️ Gets_translation_for_serbian_culture |
559 | | -✔️ Gets_translation_for_serbian_culture |
| 557 | +✔️ Gets_translation_for_serbian_culture(cultureName: "sr-Latn-RS") |
| 558 | +✔️ Gets_translation_for_serbian_culture(cultureName: "sr-Latn") |
| 559 | +✔️ Gets_translation_for_serbian_culture(cultureName: "sr") |
560 | 560 | ✔️ Gets_translation_for_specific_culture |
561 | 561 | ✔️ Uses_error_code_as_localization_key |
562 | 562 | ``` |
|
1007 | 1007 | ✔️ ShouldHaveValidationError_preconstructed_object_does_not_throw_for_unwritable_property |
1008 | 1008 | ✔️ ShouldHaveValidationError_should_not_throw_when_there_are_errors_with_preconstructed_object |
1009 | 1009 | ✔️ ShouldHaveValidationError_should_not_throw_when_there_are_validation_errors |
1010 | | -✔️ ShouldHaveValidationError_should_not_throw_when_there_are_validation_errors__WhenAsyn_is_used |
1011 | | -✔️ ShouldHaveValidationError_should_not_throw_when_there_are_validation_errors__WhenAsyn_is_used |
| 1010 | +✔️ ShouldHaveValidationError_should_not_throw_when_there_are_validation_errors__WhenAsyn_is_used(age: 42, cardNumber: "") |
| 1011 | +✔️ ShouldHaveValidationError_should_not_throw_when_there_are_validation_errors__WhenAsyn_is_used(age: 42, cardNumber: null) |
1012 | 1012 | ✔️ ShouldHaveValidationError_should_not_throw_when_there_are_validation_errors_ruleforeach |
1013 | 1013 | ✔️ ShouldHaveValidationError_Should_support_nested_properties |
1014 | 1014 | ✔️ ShouldHaveValidationError_Should_throw_when_there_are_no_validation_errors |
1015 | 1015 | ✔️ ShouldHaveValidationError_should_throw_when_there_are_no_validation_errors_with_preconstructed_object |
1016 | | -✔️ ShouldHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_Is_Used |
1017 | | -✔️ ShouldHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_Is_Used |
1018 | | -✔️ ShouldHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_Is_Used |
1019 | | -✔️ ShouldHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_Is_Used |
| 1016 | +✔️ ShouldHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_Is_Used(age: 17, cardNumber: "") |
| 1017 | +✔️ ShouldHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_Is_Used(age: 17, cardNumber: "cardNumber") |
| 1018 | +✔️ ShouldHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_Is_Used(age: 17, cardNumber: null) |
| 1019 | +✔️ ShouldHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_Is_Used(age: 42, cardNumber: "cardNumber") |
1020 | 1020 | ✔️ ShouldHaveValidationError_should_throw_when_there_are_not_validation_errors_ruleforeach |
1021 | 1021 | ✔️ ShouldHaveValidationError_with_an_unmatched_rule_and_a_single_error_should_throw_an_exception |
1022 | 1022 | ✔️ ShouldHaveValidationError_with_an_unmatched_rule_and_multiple_errors_should_throw_an_exception |
|
1035 | 1035 | ✔️ ShouldNotHaveValidationError_Should_support_nested_properties |
1036 | 1036 | ✔️ ShouldNotHaveValidationError_should_throw_when_there_are_errors |
1037 | 1037 | ✔️ ShouldNotHaveValidationError_should_throw_when_there_are_errors_with_preconstructed_object |
1038 | | -✔️ ShouldNotHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_is_used |
1039 | | -✔️ ShouldNotHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_is_used |
1040 | | -✔️ ShouldNotHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_is_used |
1041 | | -✔️ ShouldNotHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_is_used |
1042 | | -✔️ ShouldNotHaveValidationError_should_throw_when_there_are_validation_errors__WhenAsyn_is_used |
1043 | | -✔️ ShouldNotHaveValidationError_should_throw_when_there_are_validation_errors__WhenAsyn_is_used |
| 1038 | +✔️ ShouldNotHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_is_used(age: 17, cardNumber: "") |
| 1039 | +✔️ ShouldNotHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_is_used(age: 17, cardNumber: "cardNumber") |
| 1040 | +✔️ ShouldNotHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_is_used(age: 17, cardNumber: null) |
| 1041 | +✔️ ShouldNotHaveValidationError_should_throw_when_there_are_not_validation_errors__WhenAsyn_is_used(age: 42, cardNumber: "cardNumber") |
| 1042 | +✔️ ShouldNotHaveValidationError_should_throw_when_there_are_validation_errors__WhenAsyn_is_used(age: 42, cardNumber: "") |
| 1043 | +✔️ ShouldNotHaveValidationError_should_throw_when_there_are_validation_errors__WhenAsyn_is_used(age: 42, cardNumber: null) |
1044 | 1044 | ✔️ ShouldNotHaveValidationError_should_throw_when_there_are_validation_errors_ruleforeach |
1045 | 1045 | ✔️ Tests_nested_property |
1046 | 1046 | ✔️ Tests_nested_property_reverse |
1047 | 1047 | ✔️ Tests_nested_property_using_obsolete_method |
1048 | 1048 | ✔️ TestValidate_runs_async |
1049 | 1049 | ✔️ TestValidate_runs_async_throws |
1050 | 1050 | ✔️ Unexpected_error_code_check |
1051 | | -✔️ Unexpected_message_check |
1052 | | -✔️ Unexpected_message_check |
1053 | | -✔️ Unexpected_message_check |
1054 | | -✔️ Unexpected_message_check |
| 1051 | +✔️ Unexpected_message_check(withoutErrMsg: "bar", errMessages: ["bar"]) |
| 1052 | +✔️ Unexpected_message_check(withoutErrMsg: "bar", errMessages: ["foo", "bar"]) |
| 1053 | +✔️ Unexpected_message_check(withoutErrMsg: "bar", errMessages: ["foo"]) |
| 1054 | +✔️ Unexpected_message_check(withoutErrMsg: "bar", errMessages: []) |
1055 | 1055 | ✔️ Unexpected_severity_check |
1056 | 1056 | ✔️ Unexpected_state_check |
1057 | 1057 | ``` |
0 commit comments