Package limelight.java

Examples of limelight.java.JavaProduction


  @Before
  public void setUp() throws Exception
  {
    assumeTrue(!GraphicsEnvironment.isHeadless()); //TODO MDM - Need to see if we can get these tests viable without needing a graphics env
    Boot.boot("start-background-threads", false, "environment", "test");
    production = new JavaProduction(BuiltinBeacon.getBuiltinProductionsPath() + "/utilities");
    production.open();
    utilities = (Utilities) production.getBackstage().get("utilities");
  }
View Full Code Here

TOP

Related Classes of limelight.java.JavaProduction

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.