The information in this topic may be out of date. The current SDK reference guide has moved here.

TestResultStatus enum

Platform: ImagesAppKitLanguage: Objective-C SDK:
This enum defines literals that define the possible test results for a single test. It is returned by the status property.
The possible values are:
TestResultStatusPassed
All steps in the test matched or are new.
TestResultStatusUnresolved
At least one step in the test needs resolution.
TestResultStatusFailed
At least one step in the test failed.