Class TestTracer
Inheritance
↳ object
↳ TestTracer
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.TestTrace
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic static class TestTracer
Properties
Enable
Declarationpublic static bool Enable { get; set; }
| Type | Description |
|---|---|
| bool |
CurrentTrace
Declarationpublic static string CurrentTrace { get; }
| Type | Description |
|---|---|
| string |
Methods
Clear()
Declarationpublic static void Clear()
Reset(Func<string, bool>)
Declarationpublic static void Reset(Func<string, bool> labelFilter)
| Type | Name | Description |
|---|---|---|
| Func<string, bool> | labelFilter |
Trace(string)
Declarationpublic static void Trace(string label)
| Type | Name | Description |
|---|---|---|
| string | label |
Assert(string, Func<string, bool>)
Declarationpublic static void Assert(string expected, Func<string, bool> filter = null)
| Type | Name | Description |
|---|---|---|
| string | expected | |
| Func<string, bool> | filter |
Assert(string[], Func<string, bool>)
Declarationpublic static void Assert(string[] expected, Func<string, bool> filter = null)
| Type | Name | Description |
|---|---|---|
| System.String[] | expected | |
| Func<string, bool> | filter |