Tagged: Testing

There are 4 items tagged #Testing.
And there a lots of other tags to explore.

How to generate code coverage reports in Xcode

Xcode has a feature to generate code coverage since version 7. Let's see how to enable it and what you can expect from this feature.

How to make custom XCTest assertions show an error at the call site

Learn how to write custom XCTest assertions that match the behavior of the built-in ones.

Testing delegates and protocols in XCTest

Learn how to write unit tests for delegate/protocol methods.

Useful Xcode shortcuts for unit testing

Testing is a process we do along with our development. Knowing shortcuts would help you save some time, which will add up in the long run.

See all tags.