IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Internal.StackFilter Class Reference

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
 

Detailed Description

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

Member Function Documentation

static string NUnit.Framework.Internal.StackFilter.Filter ( string  rawTrace)
inlinestatic

Member Data Documentation

readonly Regex NUnit.Framework.Internal.StackFilter.assertOrAssumeRegex
staticprivate
Initial value:
= new Regex(
@" NUnit\.Framework\.Ass(ert|ume)\.")

The documentation for this class was generated from the following file: