コード例 #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);
        }
コード例 #2
0
ファイル: FloorPlanTest.cs プロジェクト: tkram01/see3po
        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);
        }