The information in this topic may be out of date. The current SDK reference guide has moved here.
mismatches property
Use this property to retrieve the number of test steps where the checkpoint image did not match the baseline image. This includes new steps (i.e. steps where a baseline corresponding to the checkpoint was not found). It does not include missing steps. You can obtain this value using the missing property.
Syntax
Call syntax
NSInteger value = result.mismatches
Declaration
(assign, readonly, nonatomic) NSInteger mismatches
Type:NSInteger