public void TestGetNumeratorNumber() { var f1 = new Frac(2, 3); var otv = f1.GetNumeratorNumber(); Assert.AreEqual(otv, 2); }