IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
StackFilter class is used to remove internal NUnit entries from a stack trace so that the resulting trace provides better information about the test. More...
Static Public Member Functions | |
static string | Filter (string rawTrace) |
Filters a raw stack trace and returns the result. More... | |
Static Private Attributes | |
static readonly Regex | assertOrAssumeRegex |
StackFilter class is used to remove internal NUnit entries from a stack trace so that the resulting trace provides better information about the test.
|
inlinestatic |
Filters a raw stack trace and returns the result.
rawTrace | The original stack trace |
Referenced by NUnit.Framework.Internal.Tests.StackFilterTests.FilterLongTrace(), NUnit.Framework.Internal.Tests.StackFilterTests.FilterShortTraceWithAssert(), NUnit.Framework.Internal.Tests.StackFilterTests.FilterShortTraceWithAssume_Trace1(), NUnit.Framework.Internal.TestResult.RecordException(), and NUnit.Framework.Internal.Execution.CompositeWorkItem.SkipFixture().
|
staticprivate |