Home
last modified time | relevance | path

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

/test/ostest/wukong/report/include/
Dsysevent_listener.h35 std::string currentTestDir_; variable
Dreport.h137 std::string currentTestDir_ = ""; variable
/test/ostest/wukong/report/src/
Dreport.cpp114 currentTestDir_ = WuKongUtil::GetInstance()->GetCurrentTestDir(); in EnvInit()
115 INFO_LOG_STR("Report currentTestDir: (%s)", currentTestDir_.c_str()); in EnvInit()
117 reportCsvFileName_ = currentTestDir_ + "wukong_report.csv"; in EnvInit()
118 reportJsonFileName_ = currentTestDir_ + "data.js"; in EnvInit()
119 reportFocusInputFileName_ = currentTestDir_ + "focus_report"; in EnvInit()
124 reportExceptionDir_ = currentTestDir_ + "exception/"; in EnvInit()