Examples of PhyloTreeHome


Examples of org.cipres.treebase.domain.tree.PhyloTreeHome

    String testName = "findTypeByDescripiton";
    if (logger.isInfoEnabled()) {
      logger.info("\n\t\tRunning Test: " + testName);
    }

    PhyloTreeHome fixture = getFixture();
    String desc = TreeType.TYPE_SINGLE;
    TreeType result = fixture.findTypeByDescription(desc);

    // verify
    assertTrue(result != null);
    assertTrue(result.isSingleTree());
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.