Property | Type | Description | |
---|---|---|---|
CTD | string |
Property | Type | Description | |
---|---|---|---|
ParseTimeSpan | System.TimeSpan | ||
TimeSpanToString | object |
Method | Description | |
---|---|---|
DelayTestWorkflow ( Node parent ) : Microsoft.VisualStudio.TestTools.UnitTesting | ||
DelayTestWorkflow ( Node parent, string nodeTypeName ) : Microsoft.VisualStudio.TestTools.UnitTesting | ||
GetProperty ( string name ) : object | ||
SetProperty ( string name, object value ) : void |
Method | Description | |
---|---|---|
DelayTestWorkflow ( |
Method | Description | |
---|---|---|
ParseTimeSpan ( string p ) : System.TimeSpan | ||
TimeSpanToString ( System.TimeSpan value ) : object |
public DelayTestWorkflow ( Node parent ) : Microsoft.VisualStudio.TestTools.UnitTesting | ||
parent | Node | |
return | Microsoft.VisualStudio.TestTools.UnitTesting |
public DelayTestWorkflow ( Node parent, string nodeTypeName ) : Microsoft.VisualStudio.TestTools.UnitTesting | ||
parent | Node | |
nodeTypeName | string | |
return | Microsoft.VisualStudio.TestTools.UnitTesting |
protected DelayTestWorkflow ( |
||
nt | ||
return | Microsoft.VisualStudio.TestTools.UnitTesting |
public SetProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |