TestResultContainer class
Platform: EspressoLanguage: Java SDK:
An object of this type represents the result of running a test. It bundles together the test results and an exception status.
Import statement
import com.applitools.eyes.android.common.TestResultContainer;
Methods
- getException()
- Returns an indication if the test failed with an exception.
- getTestResults()
- Returns an object with the test results for this test.