Beispiel #1
0
        public void UnselectAllTest1()
        {
            TrackDisplayPanel target = new TrackDisplayPanel(); // TODO: Initialize to an appropriate value

            target.UnselectAll();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Beispiel #2
0
        public void UpdateDisplayTest1()
        {
            TrackDisplayPanel target        = new TrackDisplayPanel(); // TODO: Initialize to an appropriate value
            List <TrackBlock> updatedBlocks = null;                    // TODO: Initialize to an appropriate value
            List <ITrain>     trains        = null;                    // TODO: Initialize to an appropriate value

            target.UpdateDisplay(updatedBlocks, trains);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Beispiel #3
0
        public void SetTrackLayoutTest1()
        {
            TrackDisplayPanel target = new TrackDisplayPanel(); // TODO: Initialize to an appropriate value
            List <TrackBlock> blocks = null;                    // TODO: Initialize to an appropriate value
            Size  layoutSize         = new Size();              // TODO: Initialize to an appropriate value
            Point layoutPosition     = new Point();             // TODO: Initialize to an appropriate value

            target.SetTrackLayout(blocks, layoutSize, layoutPosition);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Beispiel #4
0
        public void TrackDisplayPanelConstructorTest()
        {
            TrackDisplayPanel target = new TrackDisplayPanel();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }