aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/testng/internal/PoolService.java
AgeCommit message (Expand)Author
2015-05-30JDK7 migration: Collapse identical catch blocksRyan Schmitt
2015-05-30JDK7 migration: Use diamond syntax everywhereRyan Schmitt
2012-07-17Distinguish the threads created by PoolService.Cedric Beust
2012-06-23Fixed: dataProvider(parallel = true) was not killing its threads properlyCedric Beust
2012-05-28InterruptedException clean up.Cedric Beust
2011-08-26Fixed NPE when a data provider returns an empty array in parallel mode.Cédric Beust
2011-04-12Fixed: ConcurrentModificationException when using parallel data providers.Cedric Beust
2010-10-08code cleanup for src/mainnullin
2010-07-10Moved src->src/java/main and test -> src/java/testCedric Beust