{
ListedHashTree threadGroupTree =
(ListedHashTree) searcher.getSubTree(group);
threadGroupTree.add(group, testLevelElements);
threads[i] =
new JMeterThread(
cloneTree(threadGroupTree),
this,
notifier);
threads[i].setThreadNum(i);
threads[i].setInitialContext(JMeterContextService.getContext());