/Tests/NSMutableArrayBlocksKitTest.h

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

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