TestCase Constructor (String, TimeSpan, TestCaseControlPort, IteratorHandler(StartTest))
Microsoft Robotics Class Reference
Initialization constructor
Namespace: Microsoft.Dss.Services.Test
Assembly: Microsoft.Dss.Runtime (in Microsoft.Dss.Runtime.dll) Version: 2.1.9999.0
Syntax
public TestCase(
string name,
TimeSpan timeSpan,
TestCaseControlPort controlPort,
IteratorHandler<StartTest> handler
)
'Declaration
Public Sub New ( _
name As String, _
timeSpan As TimeSpan, _
controlPort As TestCaseControlPort, _
handler As IteratorHandler(Of StartTest) _
)
public:
TestCase(
String^ name,
TimeSpan timeSpan,
TestCaseControlPort^ controlPort,
IteratorHandler<StartTest^>^ handler
)
Parameters
- name
Type: System. . :: .String
- timeSpan
Type: System. . :: .TimeSpan
- controlPort
Type: Microsoft.Dss.Services.Test. . :: .TestCaseControlPort
- handler
Type: Microsoft.Ccr.Core. . :: .IteratorHandler< (Of < (StartTest> ) > )
See Also
TestCase Overload