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