Skip to main content

TestResultsSummary class

An object of this type is used to obtain all of the test results that were run using the VisualGridRunner or ClassicRunner runner.

This class is iterable.

Using statement

using Applitools;

GetAllResults method

Syntax

TestResultContainer[] value = obj.GetAllResults();

Parameters

This method does not take any parameters.

Return value

Type: TestResultContainer[]

GetEnumerator method

Syntax

IEnumerator<TestResultContainer> value = obj.GetEnumerator();

Parameters

This method does not take any parameters.

Return value

Type: IEnumerator<TestResultContainer>