public void setX_AgeTest()
 {
     fPoint target = new fPoint(); // TODO: Initialize to an appropriate value
     float date = 120F; // TODO: Initialize to an appropriate value
     target.setX_Age(date);
     Assert.AreEqual(target.getX_Age(), date);
 }