|
GnuCash c935c2f+
|
Public Member Functions | |
| test_equal (self) | |
| test_clone (self) | |
| test_setcurrency (self) | |
| test_edit (self) | |
| test_rollback (self) | |
| test_findsplit (self) | |
| test_getsplit (self) | |
| test_getsplitindex (self) | |
| test_countsplits (self) | |
| test_readonly (self) | |
| test_num (self) | |
| test_description (self) | |
| test_notes (self) | |
| test_date (self) | |
Public Member Functions inherited from test_transaction.TransactionSession | |
| setUp (self) | |
| tearDown (self) | |
Data Fields | |
| trans | |
| currency | |
| split | |
Data Fields inherited from test_transaction.TransactionSession | |
| domain1 | |
| domain2 | |
| hdlr1 | |
| hdlr2 | |
| trans | |
| split | |
| currency | |
Data Fields inherited from test_book.BookSession | |
| ses | |
| book | |
| table | |
| currency | |
Definition at line 44 of file test_transaction.py.
| test_transaction.TestTransaction.test_clone | ( | self | ) |
Definition at line 54 of file test_transaction.py.
| test_transaction.TestTransaction.test_countsplits | ( | self | ) |
Definition at line 104 of file test_transaction.py.
| test_transaction.TestTransaction.test_date | ( | self | ) |
Definition at line 133 of file test_transaction.py.
| test_transaction.TestTransaction.test_description | ( | self | ) |
Definition at line 121 of file test_transaction.py.
| test_transaction.TestTransaction.test_edit | ( | self | ) |
Definition at line 74 of file test_transaction.py.
| test_transaction.TestTransaction.test_equal | ( | self | ) |
Definition at line 45 of file test_transaction.py.
| test_transaction.TestTransaction.test_findsplit | ( | self | ) |
Definition at line 90 of file test_transaction.py.
| test_transaction.TestTransaction.test_getsplit | ( | self | ) |
Definition at line 97 of file test_transaction.py.
| test_transaction.TestTransaction.test_getsplitindex | ( | self | ) |
Definition at line 101 of file test_transaction.py.
| test_transaction.TestTransaction.test_notes | ( | self | ) |
Definition at line 127 of file test_transaction.py.
| test_transaction.TestTransaction.test_num | ( | self | ) |
Definition at line 115 of file test_transaction.py.
| test_transaction.TestTransaction.test_readonly | ( | self | ) |
Definition at line 107 of file test_transaction.py.
| test_transaction.TestTransaction.test_rollback | ( | self | ) |
Definition at line 81 of file test_transaction.py.
| test_transaction.TestTransaction.test_setcurrency | ( | self | ) |
Definition at line 71 of file test_transaction.py.
| test_transaction.TestTransaction.currency |
Definition at line 92 of file test_transaction.py.
| test_transaction.TestTransaction.split |
Definition at line 95 of file test_transaction.py.
| test_transaction.TestTransaction.trans |
Definition at line 47 of file test_transaction.py.