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