gordonad / powermock

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

Create a compatibility junit runner #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We should create a "compatibility" runner for JUnit 4 and perhaps JUnit 3.
This means a Junit runner without any chunking. The chunking is tightly
coupled to internal Junit4 functionality and for custom versions of JUnit
our chunking mechanism will fail (for example in the Eclipse JUnit
version). Using a compatibility runner it would be possible to launch
PowerMock (without chunking support) with custom JUnit versions.

Original issue reported on code.google.com by johan.ha...@gmail.com on 23 Sep 2008 at 11:05

GoogleCodeExporter commented 8 years ago

Original comment by johan.ha...@gmail.com on 23 Sep 2008 at 11:05

GoogleCodeExporter commented 8 years ago
Probably not needed, the eclipse version of unit works with the PowerMock 
legacy runner.

Original comment by johan.ha...@gmail.com on 3 Nov 2008 at 1:15