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

Method handleError

tools/marvin/marvin/marvinPlugin.py:205–210  ·  view source on GitHub ↗

Adds Exception throwing test cases and information to log.

(self, test, err)

Source from the content-addressed store, hash-verified

203 self.__testresult = SUCCESS
204
205 def handleError(self, test, err):
206 '''
207 Adds Exception throwing test cases and information to log.
208 '''
209 self.printMsg(EXCEPTION, self.__testName, GetDetailExceptionInfo(err))
210 self.__testResult = EXCEPTION
211
212 def prepareTestRunner(self, runner):
213 if self.__testRunner:

Callers 2

NFunction · 0.45
jquery.jsFile · 0.45

Calls 2

printMsgMethod · 0.95
GetDetailExceptionInfoFunction · 0.90

Tested by

no test coverage detected