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
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.