/Tests/NSArrayBlocksKitTest.h
http://github.com/zwaldowski/BlocksKit · C Header · 21 lines · 13 code · 4 blank · 4 comment · 0 complexity · 2f81b2bac527e012c6c3a9820c9adfbf MD5 · raw file
- //
- // NSArrayBlocksKitTest.h
- // BlocksKit Unit Tests
- //
- #import <GHUnitIOS/GHUnit.h>
- #import "BlocksKit/BlocksKit.h"
- @interface NSArrayBlocksKitTest : GHTestCase
- - (void)testEach;
- - (void)testMatch;
- - (void)testNotMatch;
- - (void)testSelect;
- - (void)testSelectedNone;
- - (void)testReject;
- - (void)testRejectedAll;
- - (void)testMap;
- - (void)testReduceWithBlock;
- @end