Entries from 2013-08-16 to 1 day

Kiwi で NSURLConnection の非同期テスト

JSON API を NSURLConnection を使って call している場合の Kiwi でのテスト方法。 describe(@"HogeAPI", ^{ describe(@"createDeck", ^{ context(@"when cant't connect", ^{ it(@"should return nil", ^{ __block id ret; User* user = [User mock]; [[us…