public void TestMore() { var f1 = new Frac(2, 3); var f2 = new Frac(1, 2); var otv = f1.More(f2); Assert.IsTrue(otv); }