Searched refs:HELP_MSG_NO_NAME_OPTION (Results 1 – 3 of 3) sorted by relevance
76 const std::string HELP_MSG_NO_NAME_OPTION = "error: -n <local-account-name> is expected"; variable
339 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_NAME_OPTION + "\n" + HELP_MSG_CREATE);
123 resultReceiver_.append(HELP_MSG_NO_NAME_OPTION + "\n"); in RunAsCreateCommand()