Xceed .NET Libraries Documentation
Xceed.Zip.FluentAssertions Assembly / Xceed.Zip.FluentAssertions Namespace / ZippedFolderAssertions<TSubject,TZippedFolderAssertions> Class
Type of the subject.
Type of the abstract folder assertions.


In This Topic
    ZippedFolderAssertions<TSubject,TZippedFolderAssertions> Class
    In This Topic
    Implements fluent assertions for the ZippedFolder type.
    Syntax
    Type Parameters
    TSubject
    Type of the subject.
    TZippedFolderAssertions
    Type of the abstract folder assertions.
    Inheritance Hierarchy

    System.Object
       FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TAssertions>
          Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<TSubject,TFileSystemItemAssertions>
             Xceed.FileSystem.FluentAssertions.AbstractFolderAssertions<TSubject,TAbstractFolderAssertions>
                Xceed.Zip.FluentAssertions.ZippedFolderAssertions<TSubject,TZippedFolderAssertions>
                   Xceed.Zip.FluentAssertions.ZipArchiveAssertions
                   Xceed.Zip.FluentAssertions.ZippedFolderAssertions

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ZippedFolderAssertions class.  
    Top
    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<TSubject,TAbstractFolderAssertions>)
    Public PropertyGets a chained FluentAssertions.Primitives.StringAssertions object to assert the Xceed.FileSystem.FileSystemItem.Name property. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<TSubject,TAbstractFolderAssertions>)
    Public Property (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden.  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.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Public MethodAsserts that the subject is a (direct or indirect) child of the specified folder. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<TSubject,TAbstractFolderAssertions>)
    Public MethodAsserts that the subject is the direct child of the specified folder. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<TSubject,TAbstractFolderAssertions>)
    Public MethodAsserts that the subject FileSystemItem object is equivalent to another FileSystemItem object. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<TSubject,TAbstractFolderAssertions>)
    Public Method (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Public MethodOverloaded.  (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Public Method (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Public Method (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Public MethodAsserts that the FileSystemItem exists. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<TSubject,TAbstractFolderAssertions>)
    Public MethodOverloaded.  (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Public MethodOverloaded.  (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Public MethodAsserts that the subject FileSystemItem object is equivalent to another FileSystemItem object. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<TSubject,TAbstractFolderAssertions>)
    Public Method (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Public MethodOverloaded.  (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Public Method (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Public MethodAsserts that the FileSystemItem does not exist. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<TSubject,TAbstractFolderAssertions>)
    Public Method (Inherited from FluentAssertions.Primitives.ReferenceTypeAssertions<TSubject,TFileSystemItemAssertions>)
    Public MethodAsserts that the subject supports the Attributes property. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<TSubject,TAbstractFolderAssertions>)
    Public MethodAsserts that the subject supports the CreationDateTime property. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<TSubject,TAbstractFolderAssertions>)
    Public MethodAsserts that the subject supports the LastAccessDateTime property. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<TSubject,TAbstractFolderAssertions>)
    Public MethodAsserts that the subject supports the LastWriteDateTime property. (Inherited from Xceed.FileSystem.FluentAssertions.FileSystemItemAssertions<TSubject,TAbstractFolderAssertions>)
    Top
    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Standard: netstandard2.0, netstandard2.1

    .NET Framework: net20, net35, net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also