Searched defs:DhcpPropertiesTest (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/
H A Ddhcp_properties_unittest.cc47 class DhcpPropertiesTest : public Test { class in namespace:shill
49 DhcpPropertiesTest() { } function in class:shill::DhcpPropertiesTest
51 virtual ~DhcpPropertiesTest() { }
57 TEST_F(DhcpPropertiesTest, Ctor) {
61 TEST_F(DhcpPropertiesTest, InitPropertyStore) {
86 TEST_F(DhcpPropertiesTest, SetMappedStringPropertyOverrideExisting) {
96 TEST_F(DhcpPropertiesTest, SetMappedStringPropertyNoExistingValue) {
105 TEST_F(DhcpPropertiesTest, SetMappedStringPropertySameAsExistingValue) {
115 TEST_F(DhcpPropertiesTest, GetMappedStringPropertyWithSetValue) {
126 TEST_F(DhcpPropertiesTest, GetMappedStringPropertyNoExistingValu
[all...]

Completed in 80 milliseconds