DebugView
Class
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; }