Skip to content

blazingcloud/sealant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sealant helps in iOS Testing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •