TestResultContainerPlain type
An object of this type represents the result of running a test. It bundles together the test results and an exception status.
exception property
Syntax
obj = { exception: value_EyesError };
Type: EyesError
A value that is not null indicates that an exception occurred when running the test.
testResults property
Syntax
obj = { testResults: value_TestResultsPlain };
Type: TestResultsPlain