CTCUnitTests.TrainGraphicTest.BlinkTest C# (CSharp) Method

BlinkTest() private method

private BlinkTest ( ) : void
return void
        public void BlinkTest()
        {
            ITrain train = null; // TODO: Initialize to an appropriate value
            TrainGraphic target = new TrainGraphic(train); // TODO: Initialize to an appropriate value
            target.Blink();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }