Ideas and tips for temporal unit-testing?

后端 未结 5 1721
刺人心
刺人心 2021-01-05 05:41

Has anyone done temporal unit-testing?

I\'m not even sure if such lingo has been coined or not, but the point is to test that operations perform within temporal lim

5条回答
  •  一整个雨季
    2021-01-05 06:47

    If you're working in C++ have a look at http://unittest-cpp.sourceforge.net/

    I've not used the time stuff but it is the best (most concise) unit test framework I've found.

提交回复
热议问题