Class StackFilter
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
stringThe original stack trace
Returns
- string
A filtered stack trace