The information in this topic may be out of date. The current SDK reference guide has moved here.

closeAsync method

Class: EyesPlatform: ImagesLanguage: Java SDK:

Call this method or Eyes.close at the end of the test. This call is provided for compatibiity with SDKs that support a runner. For this SDK has the same effect as calling Eyes.close with a false (no exception) parameter but it does not return a test result.

Syntax

eyes.closeAsync();

Parameters

This method does not take any parameters.

Return value

Type: void