ssacher-tgm / mockito

Automatically exported from code.google.com/p/mockito
0 stars 0 forks source link

MockitoJUnitRunner runs all tests in test case even though only selected individual test to run #167

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add the @RunWith(MockitoJUnitRunner.class) annotation to your test 
case
2. Execute a single test method in eclipse 
3. Other tests in your case will also run and execute.

What is the expected output? What do you see instead?
Expect to be only able to run a single test method, instead all tests in the 
case execute and show up as unrooted tests in the eclipse JUnit view

What version of the product are you using? On what operating system?
Mockito 1.8.0
Mac OSX 10.6
Eclipse 3.4.2 Ganymede

Please provide any additional information below.

Attached source file and JUnit test XML output

Original issue reported on code.google.com by rajneeshpatel on 1 Feb 2010 at 9:19

Attachments:

GoogleCodeExporter commented 8 years ago
Raised in error, now found Issue 109 which this duplicates

Original comment by rajneeshpatel on 1 Feb 2010 at 10:04

GoogleCodeExporter commented 8 years ago
Thanks for reporting! We've got it already covered and will do a small release 
soon
(let's say in a week time)

Original comment by szcze...@gmail.com on 1 Feb 2010 at 11:01

GoogleCodeExporter commented 8 years ago
thanks for the update

Original comment by rajneeshpatel on 1 Feb 2010 at 12:46