public void AbsoluteTest(Fraction a, Fraction b) { Assert.True(a.Absolute() == b); Assert.True(a != b.Absolute()); }