Showing posts with label Frameworks. Show all posts
Showing posts with label Frameworks. Show all posts

Saturday, August 31, 2013

TDD Resources for iOS

Below are a couple of resources I've found useful when doing TDD in iOS. 

Books:
  • Test-Driven iOS Development -  the only TDD book specific to iOS. It goes over implementing a fully functional iOS app using TDD, from the data layer all the way to the UI.
  • Working Effectively with Legacy Code - although not specifically geared towards iOS, this book is the authority on how to work with untested code (legacy code), how to safely make changes to it, all by applying TDD. 
Frameworks/Tools:
  • OCUnit (SenTestingKit) / XCTest - testing unit frameworks built directly into Xcode. 
  • OCMock - objective-c implementation of mock objects. Provides features such as class mocks, stubs, protocol mocks, expect/verify, and many more. 
  • OCHamcrest, OCMockitoKiwi, GHUnit, Cedar - other unit testing tools that you might find useful.  
  • CoverStory / lcov - code coverage of your unit tests. 
Articles/Tutorials:
Other Resources:

Wednesday, June 18, 2008

A List of RIA Platforms & Web Development Frameworks

In the Wireless Developer's Journal, Jeremy Geelan wrote an article that lists an A-Z of application development tools and frameworks available, including names such as Adobe AIR, Appcelerator, Flex, GWT, JavaFX, Silverlight, and many other. He provides a short description of each of them, together with a link to their main websites.