=doc #3899 duration2TestDuration migration

This commit is contained in:
Roland Kuhn 2014-03-04 17:28:45 +01:00
parent f9ddb3757b
commit 94bcbfc69c

View file

@ -248,3 +248,14 @@ Akka OSGi Aries Blueprint is Removed
``akka-osgi-aries`` has been removed. Similar can be implemented outside of Akka if needed.
TestKit: reworked time dilation
===============================
``TestDuration`` has been changed into an implicit value class plus a Java API in JavaTestKit. Please change::
import akka.testkit.duration2TestDuration
into::
import akka.testkit.TestDuration