gpt4 book ai didi

ios - Xcode XCTestCase 根本没有运行

转载 作者:行者123 更新时间:2023-11-29 12:13:12 24 4
gpt4 key购买 nike

我在 xcode 中遇到了一些奇怪的问题。

我有一个项目,我决定添加一些单元测试。

我创建了新的测试包并将我的应用添加为测试目标。只是认为我更改为自动生成的代码是:

Build Settings / Arhitectures / Build Active Arhitecture Only  : NO

然后我添加新测试:

- (void)testExample {
XCTAssertTrue(YES, @"OK");
}

当我运行测试时,它构建正常,它说正在运行测试,但测试失败 enter image description here

但是正如您所看到的,实际上没有测试在运行。

有人知道为什么吗?

编辑:

我已将测试包添加到架构中。

enter image description here

马可

最佳答案

一些观察:

  • 失败的测试在“BIView Mobile New VersionTests”中,而不是“ModelUnitTest”中的测试。

  • 关于“ModelUnitTest”是否包含在测试中,您必须编辑方案并查看“测试”设置:

    tests settings in scheme

    确保您的“ModelUnitTest”目标包含在该列表中。

关于ios - Xcode XCTestCase 根本没有运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32742575/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com