/Tests/NSMutableSetBlocksKitTest.h

http://github.com/zwaldowski/BlocksKit · C Header · 17 lines · 9 code · 4 blank · 4 comment · 0 complexity · a290d3e6991087b57787c4b03a0a2019 MD5 · raw file

  1. //
  2. // NSMutableSetBlocksKitTest.h
  3. // BlocksKit Unit Tests
  4. //
  5. #import <GHUnitIOS/GHUnit.h>
  6. #import "BlocksKit/BlocksKit.h"
  7. @interface NSMutableSetBlocksKitTest : GHTestCase
  8. - (void)testSelect;
  9. - (void)testSelectedNone;
  10. - (void)testReject;
  11. - (void)testRejectedAll;
  12. - (void)testMap;
  13. @end