This domain may be for sale!
XCodeにはUnit TestのFrameworkであるSenTestingKitが添付されている。SenTestingKitでのテスト方法を簡単にまとめておく。 以下のようなクラス Circleがあった場合、 #import <Cocoa/Cocoa.h>#define PI (double)3.14159 @interface Circle : NSObject { double _radius; } +(id)circleWithRadius: (double) raidus; -(id)initWithRadius:(double)radius; -(double)diameter; -(double)dimension; -(double)circumference; @property(readwrite) double radius; @end まず、テスト用の新規ターゲッ
Beginning with version 2.1, Xcode includes support for several open-source unit test modules. These add-on modules are shipped with the Xcode Tools and are installed automatically with Xcode. You can use these modules to add automated unit testing into your build process. iPhone OS Unit Testing Support: Unit tests are not supported for iPhone applications. The following sections show you how to wr
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く