TestResultsSummary class
An object of this type is used to obtain all of the test results that were run using the ClassicRunner
runner.
This class is iterable.
Import statement
@import EyesXCUI
getAllResults method
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 *>*