Examples of AcrossTestContext


Examples of com.foreach.across.test.AcrossTestContext

    SimpleInstaller.installed = false;
  }

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