isNew property
Returns 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
Returns true if this is a new test, false otherwise.