CTCUnitTests.TrainGraphicTest.OnPictureBoxClickedTest C# (CSharp) Method

OnPictureBoxClickedTest() private method

private OnPictureBoxClickedTest ( ) : void
return void
        public void OnPictureBoxClickedTest()
        {
            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.");
        }