public void Abs(long ticks) { Assert.Equal(new TimePoint(Math.Abs(ticks)), TimePoint.Abs(new TimePoint(ticks))); }