Package org.testng.internal
Class ExceptionUtils
java.lang.Object
org.testng.internal.ExceptionUtils
A utility class that houses mechanisms to retrieve exception information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Throwable
getConfigFailureException
(ITestContext context) (package private) static Throwable
getExceptionDetails
(ITestContext context, Object instance) private static boolean
sameInstance
(ITestResult configResult, Object instance)
-
Constructor Details
-
ExceptionUtils
private ExceptionUtils()
-
-
Method Details
-
getExceptionDetails
-
sameInstance
-
getConfigFailureException
-