RecognizeObject() public method

public RecognizeObject ( Sprite name ) : void
name Sprite
return void
Ejemplo n.º 1
0
 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.");
 }