}
@Test
public void testPreStepsCommand() throws Exception
{
try (CommandController controller = controllerFactory.createController(new MockUIContext(), new MockUIRuntime(),
preStepsCommand))
{
Assert.assertThat(controller, instanceOf(WizardCommandController.class));
WizardCommandController wizardController = (WizardCommandController) controller;
wizardController.initialize();