Table Object Protocol test suite. More...
Functions | |
bool | mapitest_oxctable_Category (struct mapitest *mt) |
bool | mapitest_oxctable_CreateBookmark (struct mapitest *mt) |
bool | mapitest_oxctable_GetStatus (struct mapitest *mt) |
bool | mapitest_oxctable_QueryColumns (struct mapitest *mt) |
bool | mapitest_oxctable_QueryRows (struct mapitest *mt) |
bool | mapitest_oxctable_Restrict (struct mapitest *mt) |
bool | mapitest_oxctable_SeekRow (struct mapitest *mt) |
bool | mapitest_oxctable_SeekRowApprox (struct mapitest *mt) |
bool | mapitest_oxctable_SeekRowBookmark (struct mapitest *mt) |
bool | mapitest_oxctable_SetColumns (struct mapitest *mt) |
Table Object Protocol test suite.
bool mapitest_oxctable_Category | ( | struct mapitest * | mt) |
Test the SortTable (0x13), ExpandRow (0x59), CollapseRow(0x5a), GetCollapseState(0x6b) and SetCollapseState (0x6c) operations
This function:
mt | pointer on the top-level mapitest structure |
References mapitest_common_cleanup(), mapitest_common_setup(), mapitest_print(), mapitest_print_retval(), mapitest::mem_ctx, mt_common_tf_ctx::obj_test_folder, and mapitest::priv.
Referenced by module_oxctable_init().
bool mapitest_oxctable_CreateBookmark | ( | struct mapitest * | mt) |
Test the CreateBookmark (0x1b) operation
This function:
mt | pointer on the top-level mapitest structure |
References mapitest_common_cleanup(), mapitest_common_setup(), mapitest_print_retval_fmt_clean(), and mapitest::mem_ctx.
Referenced by module_oxctable_init().
bool mapitest_oxctable_GetStatus | ( | struct mapitest * | mt) |
Test the GetStatus (0x16) operation
This function:
References mapitest_common_cleanup(), mapitest_common_setup(), mapitest_print(), and mapitest_print_retval().
Referenced by module_oxctable_init().
bool mapitest_oxctable_QueryColumns | ( | struct mapitest * | mt) |
Test the QueryColumns (0x37) operation
This function:
Calls the QueryColumn operation
mt | pointer to the top-level mapitest structure |
References mapitest_common_cleanup(), mapitest_common_setup(), mapitest_print(), mapitest_print_retval(), mt_common_tf_ctx::obj_test_folder, and mapitest::priv.
Referenced by module_oxctable_init().
bool mapitest_oxctable_QueryRows | ( | struct mapitest * | mt) |
Test the QueryRows (0x15) operation
This function:
mt | pointer on the top-level mapitest structure |
References mapitest_common_cleanup(), mapitest_common_setup(), mapitest_print(), mapitest_print_retval(), mapitest::mem_ctx, mt_common_tf_ctx::obj_test_folder, and mapitest::priv.
Referenced by module_oxctable_init().
bool mapitest_oxctable_Restrict | ( | struct mapitest * | mt) |
Test the Restrict (0x14) operation
This function:
mt | pointer on the top-level mapitest structure |
References mapitest_common_cleanup(), mapitest_common_setup(), mapitest_print(), mapitest_print_retval(), mt_common_tf_ctx::obj_test_folder, and mapitest::priv.
Referenced by module_oxctable_init().
bool mapitest_oxctable_SeekRow | ( | struct mapitest * | mt) |
Test the SeekRow (0x18) operation
This function:
mt | pointer on the top-level mapitest structure |
References mapitest_common_cleanup(), mapitest_common_setup(), and mapitest_print_retval_fmt().
Referenced by module_oxctable_init().
bool mapitest_oxctable_SeekRowApprox | ( | struct mapitest * | mt) |
Test the SeekRowApprox (0x1a) operation
This function:
mt | pointer on the top-level mapitest structure |
References mapitest_common_cleanup(), mapitest_common_setup(), and mapitest_print_retval_fmt().
Referenced by module_oxctable_init().
bool mapitest_oxctable_SeekRowBookmark | ( | struct mapitest * | mt) |
Test the SeekRowBookmark (0x19) operation
This function:
mt | pointer on the top-level mapitest structure |
References mapitest_common_cleanup(), mapitest_common_setup(), mapitest_print_retval(), mapitest_print_retval_fmt_clean(), and mapitest::mem_ctx.
Referenced by module_oxctable_init().
bool mapitest_oxctable_SetColumns | ( | struct mapitest * | mt) |
Test the SetColumns (0x12) operation
This function:
mt | pointer to the top-level mapitest structure |
References mapitest_common_cleanup(), mapitest_common_setup(), mapitest_print_retval(), and mapitest::mem_ctx.
Referenced by module_oxctable_init().
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |