TestProject1.TileTest.PositionTest C# (CSharp) Method

PositionTest() private method

private PositionTest ( ) : void
return void
        public void PositionTest()
        {
            Tile target = new Tile(); // TODO: Initialize to an appropriate value
            Vector2 actual;
            actual = target.Position;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }