CTCUnitTests.TrainGraphicTest.TrainGraphicConstructorTest C# (CSharp) Method

TrainGraphicConstructorTest() private method

private TrainGraphicConstructorTest ( ) : void
return void
        public void TrainGraphicConstructorTest()
        {
            ITrain train = null; // TODO: Initialize to an appropriate value
            TrainGraphic target = new TrainGraphic(train);
            Assert.Inconclusive("TODO: Implement code to verify target");
        }