Azavea.Open.DAO.PostgreSQL.Tests.PostgreSqlDaoTests.TestGetMappingFromSchema C# (CSharp) Method

TestGetMappingFromSchema() private method

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