Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.1 KB

Sealant is iOS Testing Glue

Fixtures, Matchers and Helpers packaged into one Cocoa Pod. Testing iOS apps and Cocoa code is still hard, some little magic helps. Sealant connects testing libraries with libraries used by code under test.

Installation

Use Cocoapods to install Sealant:

target :spec, :exclusive => true do

pod 'Sealant'

end

The above installs minimal generic set of utilities without any dependencies. To install full set specify:

pod 'Sealant/Kiwi'

pod 'Sealant/MKNetworkKit'

Example

Testable is Xcode Project example that uses Sealant. Please review Best practices of setting up new Xcode projects with testing tools like:

Documentation

Documentation is on Wiki