Commit History

Author SHA1 Message Date
  Naoki Kambe 966b5ee5cf [2225_statistics] add a new test case TestCounter0() in case of no TEST_SPECFILE_LOCATION 12 years ago
  Naoki Kambe b95523d535 [2225_statistics] add the new test methods according to the new interface: 12 years ago
  Naoki Kambe 5877132809 [2225_statistics] remove the obsolete test methods: 12 years ago
  Naoki Kambe 17e0f40318 [2225_statistics] remove the unnecessary parameters 12 years ago
  Naoki Kambe 1150b0ef4b [2225_statistics] add Counter() constructors according to the update 12 years ago
  Naoki Kambe 65a2fbba5b [2225_statistics] remove the unnecessary setUpClass() methods 12 years ago
  Naoki Kambe 32bb433cb8 [2225_statistics] update the docstring 12 years ago
  Naoki Kambe 525dc51879 [2225_statistics] correct the variable names from the statistics class 12 years ago
  Naoki Kambe 9a08bfa493 [2225_statistics] change the default statistics spec in case of a spec file specified in the constructor 12 years ago
  Naoki Kambe e1aca7e940 [2225_statistics] add _Statistics() class having default statistics data set 12 years ago
  Naoki Kambe f5dc6575c1 [2225_statistics] rename _Counter() to Counter() and change its interface 12 years ago
  Naoki Kambe 46dba3a3c6 [2225_statistics] rename _stoptimer() to stop(), change its interface, and update the description 12 years ago
  Naoki Kambe 96ee507bbc [2225_statistics] rename _starttimer() to start() and change its interface 12 years ago
  Naoki Kambe 3836cadb53 [2225_statistics] rename _getter() to get() and change its interface 12 years ago
  Naoki Kambe 02e9061387 [2225_statistics] rename _decrementer() to dec() and change its interface 12 years ago
  Naoki Kambe b53ecd7c25 [2225_statistics] rename _incrementer() to inc() and change its interface 12 years ago
  Naoki Kambe a1fcd146a6 [2225_statistics] remove the unnecessary parameters 12 years ago
  Naoki Kambe 0e4b3df29c [2225_statistics] remove the unnecessary Counter() class 12 years ago
  Naoki Kambe 13c2eb5945 [2225_statistics] remove _parse_stats_spec() 12 years ago
  Naoki Kambe 8e0ebda2f0 [2225_statistics] remove the unnecessary functor creators 12 years ago
  Naoki Kambe ad4eae2bc3 [2225_statistics] add @staticmethod annotation to inc_notifyoutv4() and inc_notifyoutv6() 12 years ago
  Naoki Kambe 36df68ce89 [2225_statistics] do imp.reload(counter) in setUpClass() 12 years ago
  Naoki Kambe a9a229b231 [2225_statistics] change init() to class method (add @classmethod annotation) 12 years ago
  Naoki Kambe 48625915d6 [2225_statistics] put _COUNTER inside of the class scope 12 years ago
  Naoki Kambe 0a10b2ed25 [2225_statistics] change the order of the parent classes and add setUp() and tearDown() into the child classes 12 years ago
  Naoki Kambe 78a4e4cd87 [2225_statistics] reload module in setUp() 12 years ago
  Naoki Kambe d834a1a1b9 [2225_statistics] should not do this test unless there is no timer parameter(time_to_xxx) in statistics spec 12 years ago
  Naoki Kambe abd4fe9ffe [2225_statistics] add tearDown() 12 years ago
  Naoki Kambe 2c8b5b294b [2225_statistics] revise a comment 12 years ago
  Naoki Kambe c6aa9a4c2e [2225_statistics] remove unused paths 12 years ago