CTCUnitTests.TrainGraphicTest.OnPictureBoxClickedTest1 C# (CSharp) Method

OnPictureBoxClickedTest1() private method

private OnPictureBoxClickedTest1 ( ) : void
return void
        public void OnPictureBoxClickedTest1()
        {
            PrivateObject param0 = null; // TODO: Initialize to an appropriate value
            TrainGraphic_Accessor target = new TrainGraphic_Accessor(param0); // TODO: Initialize to an appropriate value
            object sender = null; // TODO: Initialize to an appropriate value
            EventArgs e = null; // TODO: Initialize to an appropriate value
            target.OnPictureBoxClicked(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }