Class
DebugView

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

Definition

Namespace:Telerik.JustMock

Assembly:Telerik.JustMock.dll

Syntax:

cs-api-definition
public static class DebugView

Inheritance: objectDebugView

Properties

CurrentState

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

Declaration

cs-api-definition
public static string CurrentState { get; }

Property Value

string

FullTrace

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

Declaration

cs-api-definition
public static string FullTrace { get; }

Property Value

string

IsTraceEnabled

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

Declaration

cs-api-definition
public static bool IsTraceEnabled { get; set; }

Property Value

bool

LastTrace

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

Declaration

cs-api-definition
public static string LastTrace { get; }

Property Value

string