Uses of Class
org.citrusframework.report.FailureStackElement
Packages that use FailureStackElement
-
Uses of FailureStackElement in org.citrusframework.exceptions
Methods in org.citrusframework.exceptions that return types with arguments of type FailureStackElementModifier and TypeMethodDescriptionCitrusRuntimeException.getFailureStack()Gets the custom failure stack with line number information where the testcase failed.Method parameters in org.citrusframework.exceptions with type arguments of type FailureStackElementModifier and TypeMethodDescriptionvoidCitrusRuntimeException.setFailureStack(List<FailureStackElement> failureStack) Sets the custom failure stack holding line number information inside test case.