Home
last modified time | relevance | path

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

/ide/tools/previewer/test/unittest/util/
H A DCommandParserTest.cpp26 class CommandParserTest : public ::testing::Test { class
28 CommandParserTest() {} in CommandParserTest() function in __anon51::CommandParserTest
29 ~CommandParserTest() {} in ~CommandParserTest()
78 std::string CommandParserTest::currDir = "";
79 std::string CommandParserTest::currFile = "";
80 std::vector<std::string> CommandParserTest::invalidParamVec = {};
81 std::vector<std::string> CommandParserTest::validParamVec = {};
82 std::string CommandParserTest::invalidParams = "-refresh region "
120 TEST_F(CommandParserTest, IsSetTest) in TEST_F()
128 TEST_F(CommandParserTest, IsCommandValidTest
[all...]

Completed in 1 milliseconds