TestProject1.ActionHandlerTest.FindSpriteTest C# (CSharp) Method

FindSpriteTest() private method

private FindSpriteTest ( ) : void
return void
        public void FindSpriteTest()
        {
            ActionHandler_Accessor target = new ActionHandler_Accessor(); // TODO: Initialize to an appropriate value
            int ID = 0; // TODO: Initialize to an appropriate value
            int expected = 0; // TODO: Initialize to an appropriate value
            int actual;
            actual = target.FindSprite(ID);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }