Package org.testng.internal
Class ExceptionUtils
- java.lang.Object
-
- org.testng.internal.ExceptionUtils
-
final class ExceptionUtils extends java.lang.ObjectA utility class that houses mechanisms to retrieve exception information.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateExceptionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.ThrowablegetConfigFailureException(ITestContext context)(package private) static java.lang.ThrowablegetExceptionDetails(ITestContext context, java.lang.Object instance)private static booleansameInstance(ITestResult configResult, java.lang.Object instance)
-
-
-
Method Detail
-
getExceptionDetails
static java.lang.Throwable getExceptionDetails(ITestContext context, java.lang.Object instance)
-
sameInstance
private static boolean sameInstance(ITestResult configResult, java.lang.Object instance)
-
getConfigFailureException
private static java.lang.Throwable getConfigFailureException(ITestContext context)
-
-