MCPcopy Create free account
hub / github.com/apache/cloudstack / addSuccess

Method addSuccess

tools/marvin/marvin/marvinPlugin.py:198–203  ·  view source on GitHub ↗

Adds the Success Messages to logs

(self, test, capt)

Source from the content-addressed store, hash-verified

196 print(write_str)
197
198 def addSuccess(self, test, capt):
199 '''
200 Adds the Success Messages to logs
201 '''
202 self.printMsg(SUCCESS, self.__testName, "Test Case Passed")
203 self.__testresult = SUCCESS
204
205 def handleError(self, test, err):
206 '''

Callers

nothing calls this directly

Calls 1

printMsgMethod · 0.95

Tested by

no test coverage detected