Searched defs:expected_strings (Results 1 – 2 of 2) sorted by relevance
35 const std::vector<std::string> &expected_strings) in ValidateString()56 std::vector<std::string> expected_strings = {"ClassA", "prototype", "str", "test"}; variable72 std::vector<std::string> expected_strings = {"Student", "name", "prototype", "student_name"}; variable
79 bool Abc2ProgramTestUtils::ValidateStrings(const T &strings, const T &expected_strings) in ValidateStrings()