Sealant 1.0

Sealant 1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2015

Maintained by Unclaimed.



  • By
  • Blazing Pair and Paul Zabelin

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