/Tests/NSMutableArrayBlocksKitTest.h
http://github.com/zwaldowski/BlocksKit · C Header · 17 lines · 9 code · 4 blank · 4 comment · 0 complexity · 077e968d8e5b5ee1da356b6fe884c36a MD5 · raw file
- //
- // NSMutableArrayBlocksKitTest.h
- // BlocksKit Unit Tests
- //
- #import <GHUnitIOS/GHUnit.h>
- #import "BlocksKit/BlocksKit.h"
- @interface NSMutableArrayBlocksKitTest : GHTestCase
- - (void)testSelect;
- - (void)testSelectedNone;
- - (void)testReject;
- - (void)testRejectedAll;
- - (void)testMap;
- @end