Hello, Regarding issue: - https://issues.apache.org/bugzilla/show_bug.cgi?id=53330
I think of the following implementation: - Create a DryRunTreeCloner that extends TreeCloner - This one will call a new method "handleDryRun" on each TestElement - boolean handleDryRun(); returns true if TestElement should be added to Test tree Do you think we should add a new Interface that we would test (as we did with NoConfigMerge for example ) then cast and call handleDryRun or add this method in Sampler interface ? Thanks -- Regards Philippe
