Assembly: OptimaJet.Workflow.Core

Class TestTracer

OptimaJet.Workflow.Core.TestTrace.TestTracer

public static class TestTracer

Properties

public static bool Enable { get; set; } #
public static string CurrentTrace { get; } #

Methods

public static void Clear() #
public static void Reset(Func<string, bool> labelFilter) #

Parameters

Name
Type
Description
labelFilter
Func<String, Boolean>
public static void Trace(string label) #

Parameters

Name
Type
Description
label
String
public static void Assert(string expected, Func<string, bool> filter = null) #

Parameters

Name
Type
Description
expected
String
filter
Func<String, Boolean>
public static void Assert(string[] expected, Func<string, bool> filter = null) #

Parameters

Name
Type
Description
expected
String[]
filter
Func<String, Boolean>