System.Data.Entity.DbConfigurationTests.SetProviderFactoryResolver.Throws_if_given_a_null_service C# (CSharp) Méthode

Throws_if_given_a_null_service() private méthode

private Throws_if_given_a_null_service ( ) : void
Résultat void
            public void Throws_if_given_a_null_service()
            {
                Assert.Equal(
                    "providerFactoryResolver",
                    Assert.Throws<ArgumentNullException>(() => new DbConfiguration().SetProviderFactoryResolver(null)).ParamName);
            }