Package org.kiji.schema.testutil

Examples of org.kiji.schema.testutil.IntegrationHelper


    LOG.info("Setup summary for {}", getClass().getName());
    Debug.logConfiguration(mConf);

    // Get a new Kiji instance, with a randomly-generated name.
    mHelper = new IntegrationHelper(mConf);
  }
View Full Code Here

TOP

Related Classes of org.kiji.schema.testutil.IntegrationHelper

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.