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
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.