mismatches property
Returns 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