public TestCave()
        {
            CreateRoomsList();
            CreateConnectionArray();

            cave = new Cave(rooms, connections);
            cave.printCaveLayout();
        }