Table of Contents

Method CombineStackTraces

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

CombineStackTraces(IErrorMetadata)

Combines multiple levels of stack traces into a single stack trace.

public static string? CombineStackTraces(IErrorMetadata errorMetadata)

Parameters

errorMetadata

The error metadata from which to get the stack traces.

Returns

string

The combined string.