Patrik Tomas Chamelo

1pod

FBSnapshotTestCase

A "snapshot test case" takes a configured UIView or CALayer and uses the renderInContext: method to get an image snapshot of its contents. It compares this snapshot to a "reference image" stored in your source code repository and fails the test if the two images don't match.

License: BSD

  • Objective C