2. iPhone SDK 勉強会 参考URL iOS App Development Workflow Guide http://developer.apple.com/library/ios/#documentation/Xcode/ Conceptual/ios_̲development_̲workflow/135-‐‑‒Unit_̲Testing_̲Applications/ unit_̲testing_̲applications.html
iOS/iPhone/iPad/MacOSX プログラミング, Objective-C, Cocoaなど 通知(Notification)を配信(POST)するメソッドのテストコードを考える。 ポイントは次の2つ (1) 意図したタイミングで通知が配信されたかどうか (2) 配信された通知は意図したものだったか たとえば addEntryWithInfo:tagName: というメソッドを呼び出すと LKQueueDidAddEntryNotification という通知が送られることをテストする場合を書いてみる。 テスト対象のメソッドの実装イメージはこんな感じ。 - (LKQueueEntry*)addEntryWithInfo:tagName: { : [[NSNotificationCenter defaultCenter] postNotificationName:LKQueueD
It is once again that Fridayest of all days, and time for another Friday Q&A. For today's fountain of technical goodness, reader Jay Tamboli has suggested that I discuss how to write unit tests. Setting Up Unit Tests in Xcode I'm not going to cover how to set up unit tests in Xcode, as that's already been well covered in many other places, and I have no special expertise there. For how to set up t
Unit testing is great because it makes your life easier. Easier to deliver high quality code, and easier to make changes without fear of breaking something! But what might not be so easy is getting started if you’re new to unit testing – and that’s what this tutorial is all about! We’ll cover how to set up Xcode to use three different unit testing frameworks: OCUnit, which is the unit testing fram
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く