ALM Custom Test Type Developer Guide
TestTypeIcon Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
CustomTestTypeAddin Namespace
>
ImageProvider Class
: TestTypeIcon Method
The test status that the bitmap represents. One of:
0 - General status.
1 - For a test containing design steps.
Returns an icon to display near the tests, test instances, and runs of the test type.
Remarks
The icon size is 16x16 pixels.
Syntax
C#
public
Image
TestTypeIcon(
int
status
)
Parameters
status
The test status that the bitmap represents. One of:
0 - General status.
1 - For a test containing design steps.