TestProject1.ActionHandlerTest.RecognizeObjectTest C# (CSharp) Method

RecognizeObjectTest() private method

private RecognizeObjectTest ( ) : void
return void
        public void RecognizeObjectTest()
        {
            ActionHandler target = new ActionHandler(); // TODO: Initialize to an appropriate value
            Sprite name = null; // TODO: Initialize to an appropriate value
            target.RecognizeObject(name);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }