| |
| This tests that a basic range returns all the correct information for the mac platform. |
| |
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| |
| |
| PASS range.minValue is 0 |
| PASS range.maxValue is 100 |
| PASS range.intValue is 50 |
| PASS valueIndicator.intValue is 50 |
| PASS range.intValue is 49 |
| PASS valueIndicator.intValue is 49 |
| PASS range.intValue is 50 |
| PASS valueIndicator.intValue is 50 |
| PASS valueIndicator.isEqual(hitTestIndicator) is true |
| PASS range.isEqual(hitTestRange) is true |
| PASS successfullyParsed is true |
| |
| TEST COMPLETE |
| Successfully received AXValueChanged |
| Successfully received AXValueChanged |
| |