clarify time measurement in testkit

This commit is contained in:
Roland 2011-05-08 22:17:34 +02:00
parent 20be7c40c6
commit 1b54d013f4

View file

@ -248,6 +248,11 @@ first; it follows that this examination usually is the last statement in a
}
}
.. note::
All times are measured using ``System.nanoTime``, meaning that they describe
wall time, not CPU time.
Ray Roestenburg has written a great article on using the TestKit:
`<http://roestenburg.agilesquad.com/2011/02/unit-testing-akka-actors-with-testkit_12.html>`_.
His full example is also available :ref:`here <testkit-example>`.