OutputTo 0.3.0

OutputTo 0.3.0

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

Maintained by Paul Zabelin, Paul Zabelin.



OutputTo 0.3.0

Usage

Kiwi Spec example to verify NSLog() output

[[[PZOutputTo log:^{
    [subject doSomething];
}] should] containString:@"something has been done successfully"];

See more Kiwi Spec examples in PZOutputToSpec.m

To run the example project, clone the repo, open Example/OutputTo.xcworkspace and run tests.

Requirements

NSLog, printf or compatible to standard output stream loggers

Installation

OutputTo is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'OutputTo'

Author

Paul Zabelin, http://github.com/paulz

License

OutputTo is available under the MIT license. See the LICENSE file for more info.