TestResultsSummary class
An object of this type is used to obtain all of the test results that were run using ClassicRunner runner.
This class is iterable.
Import statement
import com.applitools.eyes.TestResultsSummary;
getAllResults method
Syntax
TestResultContainer[] value = obj.getAllResults();
Parameters
This method does not take any parameters.
Return value
Type: TestResultContainer[]
iterator method
Syntax
Iterator<TestResultContainer> value = obj.iterator();
Parameters
This method does not take any parameters.
Return value
Type: Iterator<TestResultContainer>