* <p>
* This captures stderr and checks there is nothing unexpected.
*/
public void testInitialiseSuccess() throws Exception {
AppManager mgr = new AppManager(volantis, servletContext);
mgr.useAppWith(new AppExecutor() {
public void execute(AppContext context) throws Exception {
String err = context.getConsoleOutput().getErr();
// Note: this is deliberately as specific as possible to
// ensure that ANY changes in the way that volantis
// initialisation affects System.err are at least found here;