public void GetDistance1() { Init(); double hyp = m.GetDistance(0); Assert.AreEqual(11.25, Math.Round(hyp, 2)); }