1. 首页
  2. 编程语言
  3. 其他
  4. ObjectiveC单元测试框架Cedar.zip

ObjectiveC单元测试框架Cedar.zip

上传者: 2020-01-24 14:54:50上传 ZIP文件 427.64KB 热度 16次
Cedar是Objective-C上BDD风格的单元测试框架。describe(@"Example specs on NSString", ^{    it(@"lowercaseString returns a new string with everything in lower case", ^{        [@"FOOBar" lowercaseString] should equal(@"foobar");    });    it(@"length returns the number of characters in the string", ^
下载地址
用户评论