Skip to main content

TestResultContainerPlain class

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 occured when running the test.

testResults property

Syntax

obj = { testResults: value_TestResultsPlain };

Type: TestResultsPlain