Provides methods for filtering the stack trace for tests.

Namespace:  Gallio.Common.Diagnostics
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public static class StackTraceFilter
Visual Basic (Declaration)
Public NotInheritable Class StackTraceFilter

Remarks

The objective of this filtering is to omit frames that are not relevant to the user when reporting stack traces.

Stack trace filtering proceeds as follows:

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Diagnostics..::.StackTraceFilter

See Also