Click or drag to resize
Akka.NETIEventFilterApplierExpectOne Method
Overload List
  NameDescription
Public methodExpectOne(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.
Public methodExpectOneT(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.
Public methodExpectOne(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.
Public methodExpectOneT(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.
Top
See Also