|
static TestIni & | ini () |
|
template<class ExpectedIni , class ActualIni > |
static void | assertIniEquals (int line, const ExpectedIni &expected, const ActualIni &actual) |
|
static void | generateIniFile (const SavedIni &ini) |
|
template<class Ini , class ExpectedIni > |
static void | testReload (int line, const ExpectedIni &expectedIni, Ini *ini, const std::string &testCaseTag, const std::string &expectedOutput) |
|
| TEST (iniConfig, testSuccess) |
|
NOTE: Intended to be compiled twice - both with and without -DNX_INI_CONFIG_DISABLED. This is needed to test ini_config in both Enabled and Disabled modes. To avoid symbol clashing, one or both of the two compilations should produce a dynamic library.