|
GnuCash
2.6.99
|
Data Fields | |
| QofBook * | book |
| GSList * | hdlrs |
| QofSession * | session |
| gchar * | filename |
| union { | |
| Account * acct | |
| Transaction * trans | |
| Split * split | |
| GNCLot * lot | |
| GncCustomer * cust | |
| GncEmployee * emp | |
| GncJob * job | |
| GncVendor * vend | |
| }; | |
| AccountTestFunctions * | func |
| Account * | account |
| GncOwner | owner |
| GncCustomer * | customer |
| gnc_commodity * | commodity |
| Transaction * | txn |
| Account * | acc1 |
| Account * | acc2 |
| gnc_commodity * | curr |
| gnc_commodity * | comm |
| TransTestFunctions * | func |
| KvpFrame * | frame |
| QofInstance * | inst |
| QofObject * | qofobject |
Test Engine KVP Properties Acceptance testing for KVP Properties added to various engine classes to make private the internals of KVP storage used for a variety of parameters on several engine classes.
Definition at line 35 of file test-option-util.c.
1.8.6