getAllResults method
Returns an array of TestResults objects, one per test result.
The number of tests results is the number of tests run (calls to openWithApplicationName) multiplied by the number of configured browsers and devices on the Ultrafast Grid.
Syntax
Call syntax
NSArray<TestResults *>* value = [ obj getAllResults ]
;
Declaration
(NSArray<TestResults *> *)getAllResults
Parameters
This method does not take any parameters.Return value
- Type: NSArray<TestResults *>*