TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Nov 2015 |
Maintained by Paul Zabelin, Paul Zabelin.
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.
NSLog, printf or compatible to standard output stream loggers
OutputTo is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'OutputTo'
Paul Zabelin, http://github.com/paulz
OutputTo is available under the MIT license. See the LICENSE file for more info.