Searched refs:CommandLineParserTest (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/tools/
H A Dsimple_command_line_parser_unittest.cc17 class CommandLineParserTest : public ::testing::Test { class in namespace:webrtc::test
45 TEST_F(CommandLineParserTest, ProcessFlags) {
61 TEST_F(CommandLineParserTest, IsStandaloneFlag) {
67 TEST_F(CommandLineParserTest, IsFlagWellFormed) {
73 TEST_F(CommandLineParserTest, GetCommandLineFlagName) {
79 TEST_F(CommandLineParserTest, GetCommandLineFlagValue) {
H A Dsimple_command_line_parser.h89 FRIEND_TEST_ALL_PREFIXES(CommandLineParserTest, IsStandaloneFlag);
90 FRIEND_TEST_ALL_PREFIXES(CommandLineParserTest, IsFlagWellFormed);
91 FRIEND_TEST_ALL_PREFIXES(CommandLineParserTest, GetCommandLineFlagName);
92 FRIEND_TEST_ALL_PREFIXES(CommandLineParserTest, GetCommandLineFlagValue);

Completed in 90 milliseconds