Home
last modified time | relevance | path

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

/test/ostest/wukong/test_flow/src/
H A Dtest_flow_factory.cpp24 std::shared_ptr<TestFlow> TestFlowFactory::GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command) in GetTestFlow() argument
28 testFlow = std::make_shared<RandomTestFlow>(shellCommand); in GetTestFlow()
30 testFlow = std::make_shared<SpecialTestFlow>(shellCommand); in GetTestFlow()
32 testFlow = std::make_shared<FocusTestFlow>(shellCommand); in GetTestFlow()
/test/ostest/wukong/test_flow/include/
H A Dtest_flow_factory.h30 * @param shellCommand Input shellCommand class for parse command arguments.
34 static std::shared_ptr<TestFlow> GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command);

Completed in 1 milliseconds