Uses of Class
com.consol.citrus.report.FailureStackElement
-
Packages that use FailureStackElement Package Description com.consol.citrus.exceptions -
-
Uses of FailureStackElement in com.consol.citrus.exceptions
Methods in com.consol.citrus.exceptions that return types with arguments of type FailureStackElement Modifier and Type Method Description Stack<FailureStackElement>CitrusRuntimeException. getFailureStack()Gets the custom failure stack with line number information where the testcase failed.Method parameters in com.consol.citrus.exceptions with type arguments of type FailureStackElement Modifier and Type Method Description voidCitrusRuntimeException. setFailureStack(List<FailureStackElement> failureStack)Sets the custom failure stack holding line number information inside test case.
-