Name | Description | |
---|---|---|
![]() | EventHandlerType | The type of the event handler identified by EventName. |
![]() | EventName | The name of the event that's recorded |
![]() | EventObject | The object events are recorded from |
The following tables list the members exposed by IEventRecording.
Name | Description | |
---|---|---|
![]() | EventHandlerType | The type of the event handler identified by EventName. |
![]() | EventName | The name of the event that's recorded |
![]() | EventObject | The object events are recorded from |
Name | Description | |
---|---|---|
![]() | GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<OccurredEvent>) |
Name | Description | |
---|---|---|
![]() | WithArgs | Overloaded. Asserts that at least one occurrence of the events has some argument of the expected type T that matches the given predicate. |
![]() | WithSender | Asserts that all occurrences of the event originates from the . |