Project
IntelliJ IDEA
Priority
Normal
Type
Feature
Fix versions
No Fix versions
State
Open
Assignee
Anna Kozlova
Subsystem
Unit Testing. JUnit
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Marc Polizzi
    6 years ago (26 Sep 2005 18:05)
  • Updated by   root
    2 years ago (17 Jan 2010 20:23)
  • Jira: IDEADEV-2614
    (history, comments)
 
IDEA-30191 Run AllTest for a given 'content path' fails
1
Issue is visible to: All Users
  The issue is visible to the selected user group only
We have a module with several content paths (_using the SAME root JAVA package_) attached; each one containing several TestCases.
When right-clicking to the content-path in the 'Project Explorer', IDEA does not run properly the test cases attached to the content path. Actually, all the test cases of the module (including the one in the other content path(s)) are run.

PROJECT

Module (Test)
|
PerfTest
|
DBTest
|
UnitTest

Right clicking and running "All Tests" on UnitTest runs all module test (we have the problem also across modules).




Environment: Windows XP
Comments (3)
 
History
 
Linked Issues (?)
 
Dmitry Jemerov
  Dmitry Jemerov
04 Oct 2005 16:49
6 years ago
This request is not a bug, but rather a new feature. IDEA's existing feature is called "Run all tests in package", and it does exactly what it says: runs all tests in all directories of the package.
Marc Polizzi
  Marc Polizzi
04 Oct 2005 17:28
6 years ago
I agree with you for the 'package' view but it seems a bit strange in the 'project' view, doesn't it?

Also, you have Run "All Tests" at module level in the project view.
Li Xiao
  Li Xiao
05 Oct 2006 12:05
5 years ago
try plugin for Intellij named fireworks: http://plugins.intellij.net/plugin/?id=1106