Home
last modified time | relevance | path

Searched refs:USAGE_REGEX (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/test/cpp/util/
Dgrpc_tool_test.cc47 #define USAGE_REGEX "( grpc_cli .+\n){2,10}" macro
269 ::testing::ExitedWithCode(1), "No command specified\n" USAGE_REGEX); in TEST_F()
283 ::testing::ExitedWithCode(1), "Invalid command 'abc'\n" USAGE_REGEX); in TEST_F()
296 ::testing::ExitedWithCode(1), USAGE_REGEX); in TEST_F()