![]() | IEventFilterApplierExpectOne Method |
Name | Description | |
---|---|---|
![]() | ExpectOne(Action) |
Executes action and
expects one event to be logged during the execution.
This method fails and throws an exception if more than one event is logged,
or if a timeout occurs. The timeout is taken from the config value
"akka.test.filter-leeway", see TestEventFilterLeeway.
|
![]() | ExpectOneT(FuncT) |
Executes func and
expects one event to be logged during the execution.
This function fails and throws an exception if more than one event is logged,
or if a timeout occurs. The timeout is taken from the config value
"akka.test.filter-leeway", see TestEventFilterLeeway.
|
![]() | ExpectOne(TimeSpan, Action) |
Executes action and
expects one event to be logged during the execution.
This method fails and throws an exception if more than one event is logged,
or if a timeout occurs.
|
![]() | ExpectOneT(TimeSpan, FuncT) |
Executes func and
expects one event to be logged during the execution.
This function fails and throws an exception if more than one event is logged,
or if a timeout occurs.
|