Fluent Assertions Documentation
FluentAssertions.Primitives Namespace / TimeSpanCondition Enumeration
In This Topic
    TimeSpanCondition Enumeration
    In This Topic
    Syntax
    public enum TimeSpanCondition : System.Enum 
    Members
    MemberValueDescription
    AtLeast1 
    Exactly2 
    LessThan4 
    MoreThan0 
    Within3 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FluentAssertions.Primitives.TimeSpanCondition

    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