Exemplo n.º 1
0
        public void ConnectTest()
        {
            Image     myimage = new Bitmap("../../testImage.jpg"); // TODO: Initialize to an appropriate value
            FloorPlan target  = new FloorPlan(myimage);            // TODO: Initialize to an appropriate value

            target.Connect();
            Assert.AreEqual(0, 0);
        }
Exemplo n.º 2
0
        public void ConnectTest()
        {
            Image     myimage = new Bitmap("../../testImage.jpg"); // TODO: Initialize to an appropriate value
            FloorPlan target  = new FloorPlan(myimage);            // TODO: Initialize to an appropriate value

            //Dictionary<FloorTile, List<FloorTile>> expected = new Dictionary<FloorTile,List<FloorTile>>(); // TODO: Initialize to an appropriate value
            // Dictionary<FloorTile, List<FloorTile>> actual;

            // actual =
            target.Connect();
            Assert.AreEqual(0, 0);
        }