Example #1
0
        public void TestGetAbsoluteTimeForFalse()
        {
            MatchesFinder finder = new MatchesFinder();
            List <double> list   = new List <double>();

            list.Add(8.02);
            double result = finder.getAbsoluteTime(list);

            Assert.AreNotEqual(8.03, result);
        }