Cherry
Cherry

Reputation: 33628

How run all tests for class in Intellij Idea?

I can open a java class in Intellij Idea, press ctrl + shift + t and see list with test classes associated with the class. Is there a way to run all tests in this list?
P.S.
Without opening run configuration window and manually adding all classes with copy pasting class names.

Upvotes: 3

Views: 3264

Answers (1)

Cherry
Cherry

Reputation: 33628

The test can be run with Shift+F10. Thanks to denis.solonenko comment.

UPDATED You also make sure that pop-up window after ctrl + shift + t is active. :-)

Upvotes: 3

Related Questions