Searched refs:StrOption (Results 1 – 1 of 1) sorted by relevance
2019 StackOption<std::string> StrOption("str-option"); in TEST() local2035 EXPECT_EQ("", StrOption); in TEST()2036 EXPECT_FALSE(StrOption.Default.hasValue()); in TEST()2037 EXPECT_EQ(0, StrOption.getNumOccurrences()); in TEST()2058 EXPECT_EQ("str-value", StrOption); in TEST()2059 EXPECT_FALSE(StrOption.Default.hasValue()); in TEST()2060 EXPECT_EQ(1, StrOption.getNumOccurrences()); in TEST()