Class TestTracer
OptimaJet.Workflow.Core.TestTrace.TestTracer
Namespace: OptimaJet.Workflow.Core.TestTrace
public static class TestTracerInheritance
- System.Object
Properties
Methods
public static void Clear() #public static void Reset(Func<string, bool> labelFilter) #Parameters
Name
Type
Description
labelFilterFunc<Boolean>public static void Trace(string label) #Parameters
Name
Type
Description
labelStringpublic static void Assert(string expected, Func<string, bool> filter = null) #Parameters
Name
Type
Description
expectedStringfilterFunc<Boolean>public static void Assert(string[] expected, Func<string, bool> filter = null) #Parameters
Name
Type
Description
expectedString[]filterFunc<Boolean>