/Tests/NSArrayBlocksKitTest.h

http://github.com/zwaldowski/BlocksKit · C Header · 21 lines · 13 code · 4 blank · 4 comment · 0 complexity · 2f81b2bac527e012c6c3a9820c9adfbf MD5 · raw file

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