TestResultsSummary class
Platform: EspressoLanguage: Java SDK:
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 com.applitools.eyes.android.common.TestResultsSummary;
Methods
- getAllResults()
- Returns an array of TestResultContainer objects, one per test result.
- iterator()
- You can use this iterator to iterate over all the test results of this run.