Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 498 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 498 Bytes

TKTestKit

iOS library for testing.

Overview

TKAsyncTestCase is a SenTestCase subclass for asynchronous test cases, like when testing blocks.

Requirements

  • SenTestKit.framework

Documentation

install appledoc:

brew install appledoc

build the TKTestKitDocumentation target,

the documentation will be automatically added to Xcode.

Credits

Arnaud Coomans

Based on Unit testing of blocks.