Commit Graph

19 Commits (341f2102635c73858d2abba05ab0e0990c47ecaf)

Author SHA1 Message Date
John Ralls 3770cb8131 Wrap include of gtest.h and gmock.h with a warning-silencing pragma.
12 months ago
Christopher Lam c02152b34a [Account.hpp] xaccAccountGetSplits returns a reference to vector
2 years ago
Christopher Lam 3f7a5a8267 [Account.hpp][API] xaccAccountGetSplits and gnc_account_find_split
2 years ago
Christopher Lam d100df7ef7 [AccountP.hpp] .h -> .hpp, remove extern "C" {} wrapper
2 years ago
Geert Janssens 2d8bb6f62f Bug 796955 - Import CSV - Single-line two-currency transactions can't be imported
3 years ago
Geert Janssens 99506d331a Reduce GncImportMatchMap to just the account
3 years ago
jean 4e9fe0a4d1 Add missing function to mock account
5 years ago
Christian Gruber d673c32e35 Mock methods should not neccessarily return mock objects
6 years ago
Christian Gruber 833edd0b29 Add missing comment
6 years ago
Christian Gruber bc80bbb325 Simplify type checking for GObject mockups
6 years ago
Christian Gruber b0906b5e2a Use MOCK_CONST_METHODn() macro instead of MOCK_METHODn() macro if necessary
6 years ago
Christian Gruber 5408854c28 Rename GObject type names of mock classes
6 years ago
Christian Gruber 41c147a918 Use /* ... */ for multi-line comments
6 years ago
Christian Gruber 861a2482fe Add a comment on using empty ctor for mock classes derived from GObjects
6 years ago
Christian Gruber 3d92d53917 Rename all class methods using snake_case instead of camelCase
6 years ago
Christian Gruber 53c294f9e8 Remove unnecessary type check
6 years ago
Christian Gruber 967cf0b430 Pass std::vector arguments by reference instead of by value
6 years ago
Christian Gruber a9d85e8f8e Use std::vector of const char* instead of std::string where meaningful
6 years ago
John Ralls f2a13ecac7 Merge Christian Gruber's 'test_import_backend' into master.
6 years ago