Fluent Assertions Documentation
FluentAssertions.Formatting Namespace / FormattedObjectGraph Class / FormattedObjectGraph Constructor
In This Topic
    FormattedObjectGraph Constructor
    In This Topic
    This class is used by the Formatter class to collect all the output of the (nested calls of an) IValueFormatter into a the final representation.
    Syntax
    public FormattedObjectGraph( 
       int maxLines
    )

    Parameters

    maxLines
    Remarks
    The FormattedObjectGraph will ensure that the number of lines will be limited to the maximum number of lines provided through its constructor. It will throw a MaxLinesExceededException if the number of lines exceeds the maximum.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also