/Tests/UIActionSheetBlocksKitTest.h

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

  1. //
  2. // UIActionSheetBlocksKitTest.h
  3. // BlocksKit Unit Tests
  4. //
  5. #import <GHUnitIOS/GHUnit.h>
  6. #import "BlocksKit/BlocksKit.h"
  7. @interface UIActionSheetBlocksKitTest : GHTestCase
  8. - (void)testInit;
  9. - (void)testAddButtonWithHandler;
  10. - (void)testSetDestructiveButtonWithHandler;
  11. - (void)testSetCancelButtonWithHandler;
  12. - (void)testDelegationBlocks;
  13. @end