I'm writing a unit test for a timer I created and I'm running into a problem I encounter often with other projects. I would like to create a unit test that starts my timer, waits a few moments, and then checks the value of my timer after the timer has been run. I could then test all the functionality I have in my timer.
Is there a way to do this? I don't see anything in the documentation. If this is not a good practice, please advise what I should do instead.