Class ExceptionLogger
java.lang.Object
de.ikor.sip.foundation.testkit.exception.handler.ExceptionLogger
Provides static methods for logging exceptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidLogs generic exceptionsstatic voidlogTestCaseException(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
-