Fluent Assertions Documentation
Inheritance Hierarchy
In This Topic
    FluentAssertions.Events Namespace
    In This Topic
    Classes
     ClassDescription
    ClassProvides convenient assertion methods on a IMonitor<T> that can be used to assert that certain events have been raised.
    Class Provides the metadata of a monitored event.
    Class Settings for the EventMonitor.
    Class Represents an occurrence of a particular event.
    Interfaces
     InterfaceDescription
    Interface Represents an (active) recording of all events that happen(ed) while monitoring an object.
    Interface Monitors events on a given source
    See Also