Azavea.Open.DAO.SQLite.Tests.SQLiteDaoTests.TestGetMappingFromSchema C# (CSharp) Method

TestGetMappingFromSchema() private method

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