}
}
@Test
public void bootstrapWithWebModule() {
try (AcrossTestContext ctx = new AcrossTestWebContext( new Config() )) {
assertTrue( SimpleInstaller.installed );
assertTrue( ctx.contextInfo().getModuleInfo( "MyModule" ).isBootstrapped() );
assertTrue( ctx.contextInfo().hasModule( AcrossWebModule.NAME ) );
}
}