Пример #1
0
        public void UpdateDisplayTest1()
        {
            TableViewScreen   target = new TableViewScreen(); // TODO: Initialize to an appropriate value
            List <TrackBlock> blocks = null;                  // TODO: Initialize to an appropriate value
            List <ITrain>     trains = null;                  // TODO: Initialize to an appropriate value

            target.UpdateDisplay(blocks, trains);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Пример #2
0
        public void TableViewScreenConstructorTest()
        {
            TableViewScreen target = new TableViewScreen();

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