step 1 | test | test | API Name | Assertions |
---|
ATK | property | role | is | ROLE_SPIN_BUTTON | property | interfaces | contains | Value | result | atk_value_get_minimum_value() | isLTE | -9007199254740992 | result | atk_value_get_current_value() | is | 0 | result | atk_value_get_maximum_value() | isGTE | 9007199254740992 | AXAPI | property | AXRole | is | AXIncrementor | property | AXSubrole | is | | property | AXRoleDescription | is | stepper | property | AXMinValue | isLTE | -9007199254740992 | property | AXValue | is | 0 | property | AXMaxValue | isGTE | 9007199254740992 | IAccessible2 | property | role | is | ROLE_SYSTEM_SPINBUTTON | property | interfaces | contains | AccessibleValue | property | minimumValue | isLTE | -9007199254740992 | property | currentValue | is | 0 | property | maximumValue | isGTE | 9007199254740992 | MSAA | property | role | is | ROLE_SYSTEM_SPINBUTTON | UIA | property | ControlType | is | Spinner | property | interfaces | contains | RangeValue | result | RangeValue.Minimum | isLTE | -9007199254740992 | result | RangeValue.Value | is | 0 | result | RangeValue.Maximum | isGTE | 9007199254740992 |
|