public void AbsTest() { Assert.Equal(4, Arithmetic.Abs(-4)); Assert.Equal(7, Arithmetic.Abs(7)); Assert.Equal(0, Arithmetic.Abs(0)); }