TestBase Constructor (DsspServiceCreationPort, String, String[])
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
protected TestBase(
DsspServiceCreationPort createPort,
string description,
params string[] caseNames
)
'Declaration
Protected Sub New ( _
createPort As DsspServiceCreationPort, _
description As String, _
ParamArray caseNames As String() _
)
protected:
TestBase(
DsspServiceCreationPort^ createPort,
String^ description,
... array<String^>^ caseNames
)
Parameters
- createPort
Type: Microsoft.Dss.ServiceModel.Dssp. . :: .DsspServiceCreationPort
DsspServiceCreationPort port
- description
Type: System. . :: .String
Description of test service
- caseNames
Type: array< System. . :: .String > [] () []
Name of test case
See Also
TestBase Overload