Examples of AcrossTestWebContext


Examples of com.foreach.across.test.AcrossTestWebContext

    }
  }

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