Lines Matching refs:Arguments
39 expectFailure("[{\"directory\":\"\",\"file\":\"\"}]", "Missing command or arguments");
41 expectFailure("[{\"directory\":\"\",\"arguments\":[]}]", "Missing file");
42 expectFailure("[{\"arguments\":\"\",\"file\":\"\"}]", "Missing directory");
43 expectFailure("[{\"directory\":\"\",\"arguments\":\"\",\"file\":\"\"}]", "Arguments not array");
45 expectFailure("[{\"directory\":\"\",\"arguments\":[[]],\"file\":\"\"}]",
46 "Arguments contain non-string");
160 StringRef Arguments = "arguments";
166 "\"arguments\":[\"" + Arguments + "\"],"
172 EXPECT_EQ(Arguments, FoundCommand.CommandLine[0]) << ErrorMessage;
262 StringRef Command("//net/path/to/compiler and some arguments");
276 EXPECT_EQ("arguments", FoundCommand.CommandLine[3]) << ErrorMessage;