Commit graph

5 commits

Author SHA1 Message Date
Johan Andrén
c31f6b862f cluster apis for typed, #21226
* Cluster management (join, leave, etc)
* Cluster membership subscriptions (MemberUp, MemberRemoved, etc)
* New SelfUp and SelfRemoved events
* change signature of awaitAssert to return the value (not binary compatible)
* Cluster singleton api
2017-09-21 17:58:29 +02:00
Richard Imaoka
1b1b825865 =tes Add parameter scaladocs to expectTerminated (#23227)
* Add API parameter comments to expectTerminated (Fixes #23091)

* Clarify that expectTerminated requires watch(target) beforehand
2017-06-27 18:45:37 +09:00
Hawstein
5071789614 Fix the multiple invoke issue of JavaPartialFunction.apply in javadsl testkit 2017-05-29 13:51:08 +02:00
Arnout Engelen
15b166765b Clarify awaitAssert scaladoc
Make it more obvious that awaitAssert will periodically evaluate the assertion
(including performing any side effects in it) until it succeeds (or the timeout
is reached)
2017-04-10 15:51:03 +02:00
Hawstein
6434cbe868 Re-implement javadsl testkit (#22240)
* re-implement javadsl testkit

* fix mima problem

* rebase master

* move ImplicitSender/DefaultTimeout to scaladsl

* undo the change of moving scala api

* fix return type and add doc

* resolve conflicts and add more comments
2017-03-16 20:02:47 +01:00