@Before
public void beforeTest() throws Exception
{
shell.setCurrentResource(createTempFolder());
beanManager.fireEvent(new Startup());
beanManager.fireEvent(new PostStartup());
shell.setVerbose(true);
shell.setExceptionHandlingEnabled(false);
resetInputQueue();
shell.setOutputStream(System.out);