Home
last modified time | relevance | path

Searched defs:ConfigurationHelperTest (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/video_processing_engine/test/unittest/service/
Dconfiguration_helper_test.cpp42 class ConfigurationHelperTest : public testing::Test { class
75 TEST_F(ConfigurationHelperTest, LoadConfigurationFromXml_ShouldReturnFalse_WhenXmlFileNotExist) in TEST_F() argument
82 TEST_F(ConfigurationHelperTest, LoadConfigurationFromXml_ShouldReturnFalse_WhenXmlFileIsInvalid) in TEST_F() argument
97 TEST_F(ConfigurationHelperTest, LoadConfigurationFromXml_ShouldReturnFalse_WhenXmlFileHasNoRootElem… in TEST_F() argument
113 TEST_F(ConfigurationHelperTest, LoadConfigurationFromXml_ShouldReturnTrue_WhenXmlFileIsValid) in TEST_F() argument
391 TEST_F(ConfigurationHelperTest, GetElementByName_ShouldReturnNull_WhenNameIsNull) in TEST_F() argument
408 TEST_F(ConfigurationHelperTest, GetElementByName_ShouldReturnNode_WhenNameIsNotNull) in TEST_F() argument
425 TEST_F(ConfigurationHelperTest, GetElementByName_ShouldReturnNull_WhenTagIsEmpty) in TEST_F() argument
442 TEST_F(ConfigurationHelperTest, GetElementByName_ShouldReturnNull_WhenTagIsNull) in TEST_F() argument