5 Must-Know Xcode Shortcuts for Unit Testing

栏目: IT技术 · 发布时间: 5年前

内容简介:Writing unit tests is a major part of the app development lifecycle. Xcode has some pretty useful built-in unit testing shortcuts, however, a lot of developers are not aware of their existence.In this article, I will show you 5 unit testing shortcuts where

Writing unit tests is a major part of the app development lifecycle. Xcode has some pretty useful built-in unit testing shortcuts, however, a lot of developers are not aware of their existence.

In this article, I will show you 5 unit testing shortcuts where you can leverage to improve your productivity while creating unit test cases or performing TDD.

Knowing the Mac Keyboard Symbols

Before we get started, here’s a quick revision of the Mac keyboard symbols.

5 Must-Know Xcode Shortcuts for Unit Testing
The Mac keyboard symbols

With all that in mind, let’s check out the 5 must-know shortcuts for unit testing.

Build and Run All Test Cases

⌘U (command + U)

⌘Uwill build and run all your test cases. It is the most commonly used shortcut when creating unit test cases.

It is equivalent to ⌘R (build & run) while doing app development. You can use this shortcut to build your test target and run all the test cases in your test target.

Build the Test Target

⇧⌘U (shift + command + U)

Hitting ⇧⌘U will trigger a build on the test target, note that this shortcut will not run your test cases .

Often you will use this shortcut to check for compile errors when creating unit test cases. It is equivalent to ⌘B (build only) while doing app development.

Run All the Test Cases

⌃⌘U (control + command + U)

Using ⌃⌘U will run all the test cases without building the test target . It is the opposite of ⇧⌘U.

This is especially useful when you want to skip a slow-building test target and jump straight into running all the test cases.

Run Previous Test Case(s)

⌃⌥⌘G (control + option + command + G)

You can use ⌃⌥⌘G to trigger your previously run test case. It is extremely useful when you are doing bug fixing because you can hit this shortcut to run the same test case again and again.

Do note that if your last test action is running the entire XCTestCase class, then hitting this shortcut will run the entire class again.

Run Selected Test Case

⌃⌥⌘U (control + option + command + U)

You can use ⌃⌥⌘U to trigger the test case where your text cursor is currently located.

5 Must-Know Xcode Shortcuts for Unit Testing
Run the selected test case

If your text cursor is highlighting an XCTestCase class, then all the test cases within that class will be run.

5 Must-Know Xcode Shortcuts for Unit Testing
Run all test cases within the selected XCTestCase class

Wrapping Up

It doesn’t matter if you are just fixing a minor bug or performing TDD on your next big app, able to leverage these 5 shortcuts efficiently can absolutely increase your daily productivity.

Here’s a summary of the 5 must-know Xcode shortcuts for unit testing.

Shortcut Action
⌘U Build and Run All Test Cases
⌃⌘U Build the Test Target (without running any test cases)
⌃⌘U Run All the Test Cases (without building the test target)
⌃⌥⌘G Run Previous Test Case(s)
⌃⌥⌘U Run Selected Test Case

Feel free to bookmark this article so that next time when you are working on any unit test related task, give these shortcuts a try, I am sure you will like it.

Further Readings

If you like this article, check out my previous article where I showcase the top 10 most useful Xcode shortcuts for navigation.

:link: Top 10 Most Useful Xcode Shortcuts for Navigation

Furthermore, you can also check out my otherarticles related to unit testing.

What do you think about these 5 shortcuts? Let me know in the comment section below. If you like this article, feel free to share it.

You can follow me on Twitter for more articles related to iOS development.

Thanks for reading and happy unit testing. ‍:computer:


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

PHP实战

PHP实战

Dagfinn Reiersol、Marcus Baker、Chris Shiflett / 张颖 等、段大为 审校 / 人民邮电出版社 / 2010-01 / 69.00元

“对于那些想要在PHP方面更进一步的开发者而言,此书必不可少。” ——Gabriel Malkas, Developpez.com “简而言之,这是我所读过的关于面向对象编程和PHP最好的图书。……强烈推荐此书,绝不要错过!” ——Amazon评论 “此书是理论与实践的完美融合,到目前为止,其他任何图书都无法与它相媲美。如果5颗星是满分,它完全值得10颗星!” ——A......一起来看看 《PHP实战》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

html转js在线工具
html转js在线工具

html转js在线工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具