Package com.foreach.across.test

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

Related Classes of com.foreach.across.test.AcrossTestContext

Copyright © 2018 www.massapicom. 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.