How do I run multiple test classes at once?

When I select multiple test classes in the project pane and then run the context configuration, only the first class is run. Is this a bug?

3

Hello Peter,

When I select multiple test classes in the project pane and then run
the context configuration, only the first class is run. Is this a bug?


No. There is no feature in IntelliJ IDEA for running multiple individually
selected test classes in one session.

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

I think this should be added. It's the natural expectation. Other actions like refactorings and compilation also operate on all selected files.

1

1. Put the classes under same folder

2. Right click the folder

3. Pick the option "Run Tests in Your.Folder.Path"

It runs test in multiple classes.

0

请先登录再写评论。