Xceed .NET Libraries Documentation
Xceed.FileSystem.FluentAssertions Assembly / Xceed.FileSystem.FluentAssertions Namespace / FileSystemItemAssertions Class


In This Topic
    FileSystemItemAssertions Class Properties
    In This Topic

    For a list of all members of this type, see FileSystemItemAssertions members.

    Public Properties
     NameDescription
    Public Property (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Public PropertyGets a chained FluentAssertions.Primitives.StringAssertions object to assert the Xceed.FileSystem.FileSystemItem.FullName property. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<FileSystemItem,FileSystemItemAssertions>)
    Public PropertyGets a chained FluentAssertions.Primitives.StringAssertions object to assert the Xceed.FileSystem.FileSystemItem.Name property. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<FileSystemItem,FileSystemItemAssertions>)
    Public Property (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Top
    Protected Properties
     NameDescription
    Protected Property Returns the type of the subject the assertion applies on. It should be a user-friendly name as it is included in the failure message. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<FileSystemItem,FileSystemItemAssertions>)
    Top
    See Also