Uses of Class
com.aventstack.extentreports.model.ExceptionInfo
-
Packages that use ExceptionInfo Package Description com.aventstack.extentreports.model com.aventstack.extentreports.model.service -
-
Uses of ExceptionInfo in com.aventstack.extentreports.model
Methods in com.aventstack.extentreports.model that return types with arguments of type ExceptionInfo Modifier and Type Method Description List<ExceptionInfo>Report. aggregateExceptions(List<Test> testList)List<ExceptionInfo>Test. aggregateExceptions() -
Uses of ExceptionInfo in com.aventstack.extentreports.model.service
Methods in com.aventstack.extentreports.model.service that return ExceptionInfo Modifier and Type Method Description static ExceptionInfoExceptionInfoService. createExceptionInfo(Throwable t)
-