Search Results

0
votes

Unit Testing C Code

I voted for CXXTest but can't edit the response. So'll I'll just add it here. One of the great features of CXXTest is it's support f …
6
votes

Simulating “faster time” in linux

One approach that works best for unit testing is to abstract the way the current time is accessed in your code. Instead of calling System.currentTimeMillis() directly you can provide your o …