New to Telerik JustMockStart a free 30-day trial

Provides introspection and tracing capabilities for ease of debugging failing tests.

Definition

Namespace:Telerik.JustMock

Assembly:Telerik.JustMock.dll

Syntax:

C#
public static class DebugView

Inheritance: objectDebugView

Properties

Shows in human-readable format the current state of the mocking API internals.

C#
public static string CurrentState { get; }

Shows the entire event log when the event trace is enabled.

C#
public static string FullTrace { get; }

Enables or disables the step-by-step event trace.

C#
public static bool IsTraceEnabled { get; set; }

When the event trace is enabled, this property shows the portion of the event log that was added since the property was last evaluated.

C#
public static string LastTrace { get; }