Searched refs:config_read (Results 1 – 1 of 1) sorted by relevance
49 auto config_read = LegacyConfigFile::FromPath(temp_config.string()).Read(100); in TEST() local50 EXPECT_TRUE(config_read); in TEST()53 EXPECT_EQ(config, *config_read); in TEST()54 EXPECT_THAT(config_read->GetPersistentSections(), ElementsAre("CC:DD:EE:FF:00:11")); in TEST()55 EXPECT_THAT(config_read->GetProperty("A", "B"), Optional(StrEq("C"))); in TEST()56 …EXPECT_THAT(config_read->GetProperty("CC:DD:EE:FF:00:11", "LinkKey"), Optional(StrEq("AABBAABBCCDD… in TEST()87 auto config_read = LegacyConfigFile::FromPath(temp_config.string()).Read(100); in TEST() local88 EXPECT_TRUE(config_read); in TEST()89 EXPECT_THAT(config_read->GetPersistentSections(), ElementsAre("01:02:03:ab:cd:ea")); in TEST()90 EXPECT_THAT(config_read->GetProperty("Info", "FileSource"), Optional(StrEq("Empty"))); in TEST()[all …]