facebookarchive / ios-snapshot-test-case

Snapshot view unit tests for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we use FBSnapshotTestCase with XCTestCase?

amrutahoke opened this issue · comments

Can we use FBSnapshotTestCase with the XCTestCase? and can use FBSnapshotTestCase with the real time data? I tried this with the table view if the content of the table view change the test case fails. and should I push the snapshots on git repo or not?

FBSnapshotTestCase is a subclass of XCTestCase. You can use anything in XCTestCase.