Skip to content

Commit da2d641

Browse files
committed
Renamed validator component test folders
1 parent 62e372c commit da2d641

17 files changed

+0
-0
lines changed

src/BlazorWebFormsComponents.Test/Validations/CustomValidatorTests/CallServerValidateIfValidateEmpyTextSetToTrue.razor renamed to src/BlazorWebFormsComponents.Test/Validations/CustomValidator/CallServerValidateIfValidateEmpyTextSetToTrue.razor

File renamed without changes.

src/BlazorWebFormsComponents.Test/Validations/CustomValidatorTests/InvalidCustomValidator.razor renamed to src/BlazorWebFormsComponents.Test/Validations/CustomValidator/InvalidCustomValidator.razor

File renamed without changes.

src/BlazorWebFormsComponents.Test/Validations/CustomValidatorTests/SkipServerValidateIfValidateEmpyTextSetToFalse.razor renamed to src/BlazorWebFormsComponents.Test/Validations/CustomValidator/SkipServerValidateIfValidateEmpyTextSetToFalse.razor

File renamed without changes.

src/BlazorWebFormsComponents.Test/Validations/CustomValidatorTests/ValidCustomValidator.razor renamed to src/BlazorWebFormsComponents.Test/Validations/CustomValidator/ValidCustomValidator.razor

File renamed without changes.

src/BlazorWebFormsComponents.Test/Validations/RegularExpressionValidatorTests/InvalidRegularExpressionValidator.razor renamed to src/BlazorWebFormsComponents.Test/Validations/RegularExpressionValidator/InvalidRegularExpressionValidator.razor

File renamed without changes.

src/BlazorWebFormsComponents.Test/Validations/RegularExpressionValidatorTests/MatchedTimeout.razor renamed to src/BlazorWebFormsComponents.Test/Validations/RegularExpressionValidator/MatchedTimeout.razor

File renamed without changes.

src/BlazorWebFormsComponents.Test/Validations/RegularExpressionValidatorTests/ValidRegularExpressionValidator.razor renamed to src/BlazorWebFormsComponents.Test/Validations/RegularExpressionValidator/ValidRegularExpressionValidator.razor

File renamed without changes.

src/BlazorWebFormsComponents.Test/Validations/RequiredFieldValidatorTests/InputNumberInvalidRequiredFieldValidator.razor renamed to src/BlazorWebFormsComponents.Test/Validations/RequiredFieldValidator/InputNumberInvalidRequiredFieldValidator.razor

File renamed without changes.

src/BlazorWebFormsComponents.Test/Validations/RequiredFieldValidatorTests/InputNumberValidRequiredFieldValidator.razor renamed to src/BlazorWebFormsComponents.Test/Validations/RequiredFieldValidator/InputNumberValidRequiredFieldValidator.razor

File renamed without changes.

src/BlazorWebFormsComponents.Test/Validations/RequiredFieldValidatorTests/InputTextInvalidRequiredFieldValidator.razor renamed to src/BlazorWebFormsComponents.Test/Validations/RequiredFieldValidator/InputTextInvalidRequiredFieldValidator.razor

File renamed without changes.

0 commit comments

Comments
 (0)