Examples of snailCrawls()


Examples of org.jazzteam.SnailOnTree.SnailOnTree.snailCrawls()

public class SnailOnTreeTest {

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

  }

}
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.