Fluent Assertions Documentation
FluentAssertions Assembly / FluentAssertions.Specialized Namespace
Inheritance Hierarchy
In This Topic
    FluentAssertions.Specialized Namespace
    In This Topic
    Contains assertion classes for various specialized concepts like asserting on executation time, exceptions, asynchronous methods, delegates and other anonymous methods.
    Classes
     ClassDescription
    ClassContains a number of methods to assert that an System.Action yields the expected result.
    Class Contains a number of methods to assert that an asynchronous method yields the expected result.
    Class Contains a number of methods to assert that a synchronous method yields the expected result.
    Class Contains a number of methods to assert that a method yields the expected result.
    ClassContains a number of methods to assert that an System.Exception is in the correct state.
    Class 
    ClassProvides methods for asserting that the execution time of an System.Action satisfies certain conditions.
    Class Contains a number of methods to assert that a synchronous function yields the expected result.
    Class Contains a number of methods to assert that an asynchronous method yields the expected result.
    Class 
    Class Contains a number of methods to assert that an asynchronous method yields the expected result.
    Class 
    Class 
    Class Implements base functionality for assertions on TaskCompletionSource.
    Interfaces
     InterfaceDescription
    Interface 
    See Also