Searched refs:TEST_CMD_NOTHING (Results 1 - 2 of 2) sorted by relevance
/developtools/hiperf/test/unittest/common/native/ |
H A D | option_debug_test.cpp | 55 SubCommand::RegisterSubCommand(TEST_CMD_NOTHING, in SetUp() 56 std::make_unique<SubCommandTest>(TEST_CMD_NOTHING)); in SetUp() 122 LogLevelTest({"--debug", TEST_CMD_NOTHING}, LEVEL_DEBUG); in HWTEST_F() 132 LogLevelTest({"--verbose", TEST_CMD_NOTHING}, LEVEL_VERBOSE); in HWTEST_F() 142 LogLevelTest({"--much", TEST_CMD_NOTHING}, LEVEL_MUCH); in HWTEST_F() 184 EXPECT_EQ(Command::DispatchCommands({"--mixlog", TEST_CMD_NOTHING}), true); in HWTEST_F() 202 EXPECT_EQ(Command::DispatchCommands({"--logpath", "./log.temp.txt", TEST_CMD_NOTHING}), true); in HWTEST_F() 203 EXPECT_EQ(Command::DispatchCommands({"--logpath", DEFAULT_LOG_PATH, TEST_CMD_NOTHING}), true); in HWTEST_F() 223 LogLevelTest({"--logtag", "OptionDebugTest", TEST_CMD_NOTHING}, LEVEL_MUCH); in HWTEST_F() 224 LogLevelTest({"--logtag", "123", TEST_CMD_NOTHING}, DebugLogge in HWTEST_F() [all...] |
/developtools/hiperf/test/unittest/common/native/include/ |
H A D | option_debug_test.h | 31 static std::string TEST_CMD_NOTHING = "nothing"; member
|
Completed in 1 milliseconds