public void setY_ValueTest()
 {
     fPoint target = new fPoint(); // TODO: Initialize to an appropriate value
     float performance = 1230F; // TODO: Initialize to an appropriate value
     target.setY_Value(performance);
     Assert.AreEqual(target.getY_Value_AsFloat(), performance);
 }