9

In VS and Resharper I could see all test in my solution before any execution, see https://www.jetbrains.com/help/resharper/Reference__Windows__Unit_Test_Explorer.html

In Idea I can't find any test explorer, only test runner but it slightly different. Maybe I need to install some dedicated plugins? I use maven and TestNG.

Tatiana
  • 381
  • 4
  • 18

1 Answers1

10

Project view has the special mode for Tests:

tests

Check the documentation for details.

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904
  • 11
    That's probably the best IntelliJ can do right now, but still sadly lacking functionality. Something similar to the Visual Studio Test Explorer would be great – DanDan Feb 22 '19 at 09:11