}
public void testParamBlockAugmentation() throws ClassNotFoundException {
final List<ParameterBlock> augmentedBlocks = new ArrayList<>();
new SelectionTreeSet(AbstractProcessorFactory.class, paramBlock,
new IParameterBlockAugmenter() {
@Override
public ParameterBlock augment(ParameterBlock originalParamBlock,
SelectionTreeSet selectionTreeSet, SelTreeSetVertex currentNode,
IParameter topLevelParameter) {
originalParamBlock.addSubBl("testBlock", 42);