Fluent Assertions Documentation
FluentAssertions.Formatting Namespace / FormattedObjectGraph Class / AddLineOrFragment Method
In This Topic
    AddLineOrFragment Method
    In This Topic
    If there's only one line, adds a fragment to that line. If there are more lines, adds the fragment as a new line that does not allow any further fragments.
    Syntax
    public void AddLineOrFragment( 
       string fragment
    )

    Parameters

    fragment
    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