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

isNew property

Class: TestResultsPlatform: ImagesAppKitLanguage: Objective-C SDK:

Use this property to retrieve whether this is a new test or not (i.e. no existing baseline was found for this test).

Syntax

Call syntax

BOOL value = result.isNew

Declaration

 (assign, readonly, nonatomic) BOOL isNew

Type:BOOL

Use this property to retrieve true if this is a new test, false otherwise.