Package com.foreach.across.test

Examples of com.foreach.across.test.AcrossTestWebContext.contextInfo()


  @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 ) );
    }
  }

  static class Config implements AcrossContextConfigurer
View Full Code Here


  @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 ) );
    }
  }

  static class Config implements AcrossContextConfigurer
  {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.