Merge remote-tracking branch 'pr/18985' into release-2.3-dev
This commit is contained in:
commit
819c1ef504
14 changed files with 421 additions and 23 deletions
|
|
@ -266,6 +266,16 @@ object TestSubscriber {
|
|||
self
|
||||
}
|
||||
|
||||
/**
|
||||
* Fluent DSL
|
||||
*
|
||||
* Expect a stream element during specified time or timeout.
|
||||
*/
|
||||
def expectNext(d: FiniteDuration, element: I): Self = {
|
||||
probe.expectMsg(d, OnNext(element))
|
||||
self
|
||||
}
|
||||
|
||||
/**
|
||||
* Fluent DSL
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue