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