摘要: 使用CocoaPods被卡住:Updating local specs repositories 使用 pod install --verbose --no-repo-update 阅读全文
posted @ 2016-04-26 18:11 shidaying 阅读(330) 评论(0) 推荐(0) 编辑
摘要: XCTFail(format…) 生成一个失败的测试; XCTFail(@"Fail"); XCTAssertNil(a1, format...) 为空判断, a1 为空时通过,反之不通过; XCTAssertNil(@"not nil string", @"string must be nil"); XCTAssertNotNil(a1, format…) 不为空判... 阅读全文
posted @ 2016-04-26 17:00 shidaying 阅读(1248) 评论(0) 推荐(0) 编辑