JTR 4.0 RC2
 
This new candidate release introduces a minor update in the JTR Test Progress Notifier window: it now provides a useful insight into the actual number of accomplished runs over the total number of runs required by each epoch.
 
The second most important intervention has concerned the re-engineering of the following APIs:
 
TestConfig
0. getRuns() -> getEpochs()
1. setRuns() -> setEpochs()
2. added getOverallRuns()
 
AbstractJMSRunner, AbstractRunner, AbstractWsRunner
0. added getCurrentRun()
 
AbstractRunnerAncestor
0. removed get(set)CurrentRun()
2. removed getTotalRuns()
3. added setTestCompletionListener()
4. reduced to private the following formerly protected properties: failedRuns, name, runs, sleepTime
 
IRunner
0. removed getTotalRuns()
1. removed setCurrentRun()
 
Last but not least, the distribution archive comes with a sample jtr.xml you can use as a starting point for your own configuration files.
Saturday, 30 June 2007