示例#1
0
        public void NewCombTest()
        {
            DateTime now  = DateTime.Now;
            Guid     id   = Comb.NewComb();
            DateTime time = Comb.GetDateFromComb(id);

            Assert.IsTrue(time.Subtract(now).TotalSeconds < 1);
        }