The information in this topic may be out of date. The current SDK reference guide has moved here.
isNew property
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.