Fluent Assertions Documentation
FluentAssertions Namespace / EventRaisingExtensions Class / WithArgs Method
In This Topic
    WithArgs Method
    In This Topic
    Asserts that at least one occurrence of the events has some argument of the expected type T that matches the given predicate.
    Overload List
    OverloadDescription
    Asserts that at least one occurrence of the events has some argument of the expected type T that matches the given predicate.  
    Asserts that at least one occurrence of the events has arguments of the expected type T that pairwise match all the given predicates.  
    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