Catel.Test.Extensions.FluentValidation.FluentValidatorProviderFacts.FluentValidatorProviderTest.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
            public void SetUp()
            {
                ServiceLocator.Default.RegisterType<IValidatorProvider, FluentValidatorProvider>();
            }