Class StackTraceHelper
Inheritance
System.Object
StackTraceHelper
Assembly: Lucene.Net.TestFramework.dll
Syntax
public static class StackTraceHelper : object
Methods
Name | Description |
---|---|
DoesStackTraceContainMethod(String) | Matches the StackTrace for a method name. IMPORTANT: To make the tests pass in release mode, the method(s) named here must be decorated with [MethodImpl(MethodImplOptions.NoInlining)]. |
DoesStackTraceContainMethod(String, String) | Matches the StackTrace for a particular class (not fully-qualified) and method name. IMPORTANT: To make the tests pass in release mode, the method(s) named here must be decorated with [MethodImpl(MethodImplOptions.NoInlining)]. |