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