Fluent Assertions Documentation
Inheritance Hierarchy
In This Topic
    FluentAssertions.Formatting Namespace
    In This Topic
    Classes
     ClassDescription
    Class 
    ClassSpecialized value formatter that looks for static methods in the caller's assembly marked with the ValueFormatterAttribute.
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    ClassThis class is used by the Formatter class to collect all the output of the (nested calls of an) IValueFormatter into a the final representation.
    Class Provides services for formatting an object being used in an assertion in a human-readable format.
    Class Provides information about the current formatting action.
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    Class 
    ClassThe PredicateLambdaExpressionValueFormatter is responsible for formatting boolean lambda expressions.
    Class 
    Class 
    Class 
    Class 
    ClassProvides a human-readable version of a generic or non-generic System.Threading.Tasks.Task including its state.
    Class 
    Class 
    Class 
    Class 
    Class 
    ClassMarks a static method as a kind of IValueFormatter for a particular type.
    Class 
    Class 
    Class 
    Class 
    Interfaces
     InterfaceDescription
    Interface Represents a strategy for formatting an arbitrary value into a human-readable string representation.
    Delegates
     DelegateDescription
    DelegateRepresents a method that can be used to format child values from inside an IValueFormatter.
    See Also