Useful for system initialisation test cases which throw errors before logging is up and running. Not to be used for much else!
Uses the Command pattern via {@link com.volantis.synergetics.testtools.Executor}.
9596979899100101102103
public AppManager(Volantis volantis, ServletContextStub servletContext) { this.volantis = volantis; this.servletContext = servletContext; this.appConf = new DefaultAppConfigurator(); this.consoleOutput = new ConsoleOutputManager(); this.expectSuccess = true; this.configFileBuilder = new ConfigFileBuilder(); }