Fluent Assertions Documentation
FluentAssertions.Events Namespace / IEventRecording Interface
Properties Methods

In This Topic
    IEventRecording Interface Members
    In This Topic

    The following tables list the members exposed by IEventRecording.

    Public Properties
     NameDescription
     PropertyThe type of the event handler identified by EventName.  
     Property The name of the event that's recorded  
     Property The object events are recorded from  
    Top
    Public Methods
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded. Asserts that at least one occurrence of the events has some argument of the expected type T that matches the given predicate.
    Public Extension MethodAsserts that all occurrences of the event originates from the .
    Top
    See Also