formatStackTrace method
- StackTrace stackTrace
Converts stackTrace
to a Chain according to the current test's
configuration.
Implementation
Chain formatStackTrace(StackTrace stackTrace) =>
_stackTraceFormatter.formatStackTrace(stackTrace);
Converts stackTrace
to a Chain according to the current test's
configuration.
Chain formatStackTrace(StackTrace stackTrace) =>
_stackTraceFormatter.formatStackTrace(stackTrace);