gordonad / powermock

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

SuppressConstructor some times doesn't work when running a test suite #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There may be some trouble with state not being clean. It happens if the
static suppression happens after the PrivateMethodDemoTest is executed.

Original issue reported on code.google.com by johan.ha...@gmail.com on 26 Oct 2008 at 8:33

GoogleCodeExporter commented 8 years ago

Original comment by johan.ha...@gmail.com on 5 Nov 2008 at 1:46

GoogleCodeExporter commented 8 years ago
The AbstractTestSuiteChunkerImpl#getAllChunkEntries() now uses a LinkedHashSet
instead of HashSet which means the methods are executed in the correct order.

Original comment by johan.ha...@gmail.com on 5 Nov 2008 at 1:48