TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2015 |
Maintained by Unclaimed.
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.
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'
Testable is Xcode Project example that uses Sealant. Please review Best practices of setting up new Xcode projects with testing tools like:
Documentation is on Wiki