I am using JMock and JUnit to test a program. I want to verify that a certain time elapses between two method calls, how would I be able to do this? I was trying to look through the javadocs for JMock and I haven't had any luck. Maybe there isn't a way? I am using JMock and JUnit to test a program. I