开发者

Running unit tests from currently opened file in IntelliJ IDEA

Is there any way to have IntelliJ run the curr开发者_开发百科ent MyTest.java file I'm looking at?

Thanks


Yeah, you can either:

  1. Right click on the file and go to

    Run 'MyTest'

  2. Use the key binding: if the caret is in a method on that method will be run
    • on a Mac: it's Control+Fn+Shift+F10
    • elsewhere: it's Alt+Shift+F10


Accepted answer did not work for me on a MacOS running Android Studio 2.1.13 .

After looking up the "Run Context Configuration" action mentioned by @ShawnFumo's comment, I found Ctrl + Shift + R which ended up working.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜