+str #18556 add delay combinator

This commit is contained in:
Alexander Golubev 2015-11-27 15:46:35 -05:00
parent 83d3143236
commit d5cae10a67
3 changed files with 20 additions and 11 deletions

View file

@ -266,7 +266,7 @@ object TestSubscriber {
/**
* Fluent DSL
*
* Expect a stream element during specified time, then timeout.
* Expect a stream element during specified time or timeout.
*/
def expectNext(d: FiniteDuration, element: I): Self = {
probe.expectMsg(d, OnNext(element))