Searched defs:ConfigurationHelperTest (Results 1 – 1 of 1) sorted by relevance
42 class ConfigurationHelperTest : public testing::Test { class75 TEST_F(ConfigurationHelperTest, LoadConfigurationFromXml_ShouldReturnFalse_WhenXmlFileNotExist) in TEST_F() argument82 TEST_F(ConfigurationHelperTest, LoadConfigurationFromXml_ShouldReturnFalse_WhenXmlFileIsInvalid) in TEST_F() argument97 TEST_F(ConfigurationHelperTest, LoadConfigurationFromXml_ShouldReturnFalse_WhenXmlFileHasNoRootElem… in TEST_F() argument113 TEST_F(ConfigurationHelperTest, LoadConfigurationFromXml_ShouldReturnTrue_WhenXmlFileIsValid) in TEST_F() argument391 TEST_F(ConfigurationHelperTest, GetElementByName_ShouldReturnNull_WhenNameIsNull) in TEST_F() argument408 TEST_F(ConfigurationHelperTest, GetElementByName_ShouldReturnNode_WhenNameIsNotNull) in TEST_F() argument425 TEST_F(ConfigurationHelperTest, GetElementByName_ShouldReturnNull_WhenTagIsEmpty) in TEST_F() argument442 TEST_F(ConfigurationHelperTest, GetElementByName_ShouldReturnNull_WhenTagIsNull) in TEST_F() argument