Beispiel #1
0
 def test_timer_SetLength(self):
     tmr = Timer()
     tmr.SetLength([1,2,3,4])
     self.assertEqual(tmr.Length, [1,2,3,4])