Initializes a new instance of the
TestCaseReport class.
Syntax
'Declaration
Public Function New( _
ByVal As Guid _
)
'Usage
Dim owner As Guid
Dim instance As New TestCaseReport(owner)
public TestCaseReport(
Guid
)
public TestCaseReport(
: Guid
);
public function TestCaseReport(
: Guid
);
public: TestCaseReport(
Guid
)
public:
TestCaseReport(
Guid
)
Parameters
- owner
- The owner.
See Also