public void Min(long smaller, long greater) { Assert.Equal(new TimePoint(smaller), TimePoint.Min(new TimePoint(smaller), new TimePoint(greater))); Assert.Equal(new TimePoint(smaller), TimePoint.Min(new TimePoint(greater), new TimePoint(smaller))); }