@SuppressWarnings({ "unchecked", "rawtypes" })
public static CommandTesterImpl<?> create(Class<?> commandClass, AddonRegistry addonRegistry,
Resource<?>... initialSelection) throws Exception
{
UIContextImpl context = new UIContextImpl(initialSelection);
return new CommandTesterImpl(commandClass, addonRegistry, context);
}