Catel.Test.Extensions.EntityFramework5.Data.ConnectionStringHelperFacts.TheDbContextSetConnectionStringMethod.ThrowsArgumentNullExceptionForNullDbContext C# (CSharp) Method

ThrowsArgumentNullExceptionForNullDbContext() private method

private ThrowsArgumentNullExceptionForNullDbContext ( ) : void
return void
            public void ThrowsArgumentNullExceptionForNullDbContext()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentNullException>(() => ConnectionStringHelper.SetConnectionString((DbContext)null, "dummy"));
            }