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."); }