TestProject1.Vector2Test.Vector2ConstructorTest C# (CSharp) Method

Vector2ConstructorTest() private method

private Vector2ConstructorTest ( ) : void
return void
        public void Vector2ConstructorTest()
        {
            float x = 0F; // TODO: Initialize to an appropriate value
            float y = 0F; // TODO: Initialize to an appropriate value
            Vector2 target = new Vector2(x, y);
            Assert.Inconclusive("TODO: Implement code to verify target");
        }