feedhenry / fh-ios-sdk

FeedHenry iOS (Objective-C) SDK
http://feedhenry.org
Apache License 2.0
6 stars 16 forks source link

Transitioning from OCUnit to XCTest #16

Closed cvasilak closed 9 years ago

cvasilak commented 9 years ago

Motivation The ios-sdk uses the old/deprecated OCUnit test framework. We should transition to the newer XCTest framework to allow future tests to be written within.

To tests: Simply open fh-ios-sdk.xcodeproj and run Product->Tests. The project should build and tests run successfully.

@wei-lee mind to review?

wei-lee commented 9 years ago

Reviewed and verified.