Overload | Description |
---|---|
WithArgs<T>(IEventRecording,Expression<Func<T,Boolean>>) | Asserts that at least one occurrence of the events has some argument of the expected type T that matches the given predicate. |
WithArgs<T>(IEventRecording,Expression<Func<T,Boolean>>[]) | Asserts that at least one occurrence of the events has arguments of the expected type T that pairwise match all the given predicates. |