try {
PrivateAccessor.setField(volantis, "pageURLRewriter",
new RuntimePageURLRewriter(null, null));
PrivateAccessor.setField(volantis, "layoutURLRewriter",
new RuntimePageURLRewriter(null, null));
this.pushDeviceLayoutContext(new TestDeviceLayoutContext());
} catch (Exception e) {
throw new UndeclaredThrowableException(e);
}
}