Searched refs:HELP_MSG_GET (Results 1 – 3 of 3) sorted by relevance
1045 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_GET);1096 EXPECT_EQ(cmd.ExecCommand(), STRING_INCORRECT_OPTION + "\n" + HELP_MSG_GET);1121 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_GET);1146 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_GET);1197 EXPECT_EQ(cmd.ExecCommand(), STRING_INCORRECT_OPTION + "\n" + HELP_MSG_GET);1222 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_GET);1247 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_GET);1271 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_GET);
127 const std::string HELP_MSG_GET = variable
1596 resultReceiver_.append(HELP_MSG_GET); in RunAsGetCommand()1632 resultReceiver_.append(HELP_MSG_GET); in RunAsGetCommand()