Class ExceptionLogger
java.lang.Object
de.ikor.sip.foundation.testkit.exception.handler.ExceptionLogger
Provides static methods for logging exceptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Logs generic exceptionsstatic void
logTestCaseException
(Exception e, String testCaseName) Logs exception for specific TestCase
-
Method Details
-
logException
Logs generic exceptions- Parameters:
ex
- exception thrown
-
logTestCaseException
Logs exception for specific TestCase- Parameters:
e
- exception throwntestCaseName
- name of TestCase
-