What are the limitations of an iOS hostless test target (formerly logic tests)?

后端 未结 1 850
广开言路
广开言路 2020-12-21 21:49

TLDR: What are the limitations of running iOS unit tests without a host application?


It seems a lot of posts on the internet regarding iOS hostless tests (Logi

相关标签:
1条回答
  • 2020-12-21 22:23

    I wonder if Apple has minimized the distinction since the difference is simply setting a host application on your test target or not.

    There are now Unit Tests and UI Tests. Both involve running the application. Apple no longer talks about logic tests separately at all.

    0 讨论(0)
提交回复
热议问题