The TestListener interface has 3 methods (effectively): testStarted testEnded testIterationStart
The testIterationStart() method is called for each sample in each thread, as I expected. However, the testStarted() and testEnded() methods are only called once for each Thread Group, which seems to me to be counter-intuitive - and not as useful as it could be. If they were called for each thread, then this would make it very easy to create and destroy resources that are needed on a per-thread basis. Would there be any objections to changing this ? (assuming I find the time - and can find how to fix up any existing usage) Or perhaps it would be better to add a new Interface and/or update the existing one? -- Sebastian Bazley --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
