Table of Contents

Class StackFilter

Namespace
NUnit.Framework.Internal
Assembly
nunit.framework.dll

StackFilter class is used to remove internal NUnit entries from a stack trace so that the resulting trace provides better information about the test.

public static class StackFilter
Inheritance
StackFilter
Inherited Members

Methods

Filter(string)

Filters a raw stack trace and returns the result.

public static string Filter(string rawTrace)

Parameters

rawTrace string

The original stack trace

Returns

string

A filtered stack trace