Azavea.Open.DAO.SQLServer.Tests.SqlServerDaoTests.TestGetMappingFromSchema C# (CSharp) Method

TestGetMappingFromSchema() private method

private TestGetMappingFromSchema ( ) : void
return void
        public void TestGetMappingFromSchema()
        {
            SqlUtilTests.TestGetNullableTableMappingFromSchema((AbstractSqlConnectionDescriptor)
                ConnectionDescriptor.LoadFromConfig(new Config("..\\..\\Tests\\SqlServerDao.config", "SqlServerDaoConfig"), "DAO"),
                "Nullabletable");
        }