ios单元测试工程建立(8)

2020-11-29 00:01

ios单元测试工程建立

{

NSString *string1 = @"a string";

GHTestLog(@"I can log to the GHUnit test console: %@", string1); // Assert string1 is not NULL, with no custom error description GHAssertNotNULL(string1, nil);

// Assert equal objects, add custom error description NSString *string2 = @"a string";

GHAssertEqualObjects(string1, string2, @"A custom error message. string1 should be equal to: %@.", string2); } @end

然后编译运行,点击 Run,效果如下:


ios单元测试工程建立(8).doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:《中华少年》-朗诵稿原文

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: