ResultGroupType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hierarchy type of the result/subresults.
public enum ResultGroupType
type ResultGroupType =
Public Enum ResultGroupType
- Inheritance
-
ResultGroupType
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Leaf node of test result. |
| Rerun | 1 | Hierarchy type of test result. |
| DataDriven | 2 | Hierarchy type of test result. |
| OrderedTest | 3 | Hierarchy type of test result. |
| Generic | 4 | Unknown hierarchy type. |