Esempio n. 1
0
 public void Parse(long ticks, string str)
 {
     Assert.Equal(new TimePoint(ticks), TimePoint.Parse(str));
 }