Browse Source

add ut depend

tags/v1.2.0
wangxiaotian22 3 years ago
parent
commit
919753675f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      tests/depends/error_manager/src/error_manager_stub.cc

+ 4
- 0
tests/depends/error_manager/src/error_manager_stub.cc View File

@@ -40,6 +40,10 @@ using namespace ErrorMessage;
return 0;
}

int ErrorManager::ReportInterErrMessage(std::string error_code, const std::string &error_msg) {
return 0;
}

///
/// @brief output error message
/// @param [in] handle: print handle


Loading…
Cancel
Save