Package info.pello.tooomb

Examples of info.pello.tooomb.Maze


  Maze testedMaze;
 
  @Test
  public void testNew() {
    String name = "Test Maze";
    testedMaze = new Maze(name);
    assertEquals("Test if name is assigned", testedMaze.getName(), name);
  }
View Full Code Here

TOP

Related Classes of info.pello.tooomb.Maze

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.