ubikloadpack/jmeter

Create an interface for SampleSource

Closed this issue · 2 comments

We should provide an interface for SampleSource in order to allow alternates implementations

@ubikfsabbe
Shouldn't instanciation be made external, ie:
instead of new CsvSampleSource, use a factory or a property for className ?

@ubikloadpack
It should be, but this issue does not cover the whole of this improvement.
It's just a preparatory task.