|
rad
5.2.0
|
Unit tests for the Config class. More...
Classes | |
| class | TestConfig |
Functions | |
| TEST_F (TestConfig, ctor) | |
| TEST_F (TestConfig, CreateConfigFromParams) | |
| TEST_F (TestConfig, CreateConfigFromText) | |
| TEST_F (TestConfig, CreateCommonConfigFromText) | |
| TEST_F (TestConfig, CreateCustomConfigFromText) | |
| TEST_F (TestConfig, MergeConfigWithoutAndWithType) | |
| TEST_F (TestConfig, NonExistingParam) | |
| TEST_F (TestConfig, HasParam) | |
| TEST_F (TestConfig, SetParam) | |
| TEST_F (TestConfig, SetConfigAsString) | |
| TEST_F (TestConfig, SetConfigAsString2) | |
| TEST_F (TestConfig, SetConfigAsString3) | |
| TEST_F (TestConfig, GetConfigAsString) | |
| TEST_F (TestConfig, DISABLED_GetConfigAsString2) | |
| TEST_F (TestConfig, GetListOfKeysFromConfig) | |
Unit tests for the Config class.
| TEST_F | ( | TestConfig | , |
| CreateCommonConfigFromText | |||
| ) |
| TEST_F | ( | TestConfig | , |
| CreateConfigFromParams | |||
| ) |
| TEST_F | ( | TestConfig | , |
| CreateConfigFromText | |||
| ) |
| TEST_F | ( | TestConfig | , |
| CreateCustomConfigFromText | |||
| ) |
| TEST_F | ( | TestConfig | , |
| ctor | |||
| ) |
| TEST_F | ( | TestConfig | , |
| DISABLED_GetConfigAsString2 | |||
| ) |
This test is disabled till ECII-761 is fixed. At the moment it is not possible to save the configuration below because the added attribute 'modname' does not belong to the data type 'MyApp'.
| TEST_F | ( | TestConfig | , |
| GetConfigAsString | |||
| ) |
| TEST_F | ( | TestConfig | , |
| GetListOfKeysFromConfig | |||
| ) |
| TEST_F | ( | TestConfig | , |
| HasParam | |||
| ) |
| TEST_F | ( | TestConfig | , |
| MergeConfigWithoutAndWithType | |||
| ) |
| TEST_F | ( | TestConfig | , |
| NonExistingParam | |||
| ) |
| TEST_F | ( | TestConfig | , |
| SetConfigAsString | |||
| ) |
Test that it is possible to create a config with data type and then merge a partial config without data type.
| TEST_F | ( | TestConfig | , |
| SetConfigAsString2 | |||
| ) |
Test that it is possible to create a config without data type and then merge a config with data type.
| TEST_F | ( | TestConfig | , |
| SetConfigAsString3 | |||
| ) |
Test that it is possible to merge a single attribute using the the fully qualified notation (e.g. 'cfg/version: 'beta').
| TEST_F | ( | TestConfig | , |
| SetParam | |||
| ) |
Test setting values of parameters using the SetParam method.