Package org.jazzteam.SnailOnTree

Examples of org.jazzteam.SnailOnTree.SnailOnTree


public class SnailOnTreeTest {

  @Test
  public void test() {
    SnailOnTree obj = new SnailOnTree(14, 5);
    obj.snailCrawls();
    assertEquals(obj.getDistance(), 7);

  }
View Full Code Here

TOP

Related Classes of org.jazzteam.SnailOnTree.SnailOnTree

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.