vladblaj / testng-idea

Automatically exported from code.google.com/p/testng-idea
0 stars 0 forks source link

Tests don't show up in "Test Results" tree before running #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run one or more classes with multiple @Tests

What is the expected output? What do you see instead?
By analogy with Idea's JUnit runner, I'd expect to see a yellow node for
each test class with a child node for each test. As each test runs the
yellow node should turn green and disappear. Instead, I see one node with
the name of *some* test class (the first or last one the runner found?),
with one child with the name of the test that's running at the moment.

What version of the product are you using? On what operating system?

Plugin 0.5.5, Idea 6.0.4, MacOS X 10.4.8

Original issue reported on code.google.com by dschweis...@gmail.com on 24 Jan 2007 at 7:49

GoogleCodeExporter commented 9 years ago
I see this also. In my case I'm running a single test class with @Test 
annotated on
each individual method. The left hand side only shows the class name and the 
last
method run in the class. Clicking on the +/- tree control for the class name 
actually
makes the method disappear leaving only the class name. The right hand side
statistics tab view does of course correctly report all of the methods run. 

Original comment by jkuhn...@gmail.com on 14 Mar 2007 at 6:04

GoogleCodeExporter commented 9 years ago
Ignore my previous comment pleas, I hadn't noticed the little icon for 
"Hide/Show
passed". ...i'm an idiot ;)

Original comment by jkuhn...@gmail.com on 18 Mar 2007 at 7:13