TestOperation Enumeration

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TestOperation Enumeration

The operation in progress reported by a ZipTestResultHandler during testing.

public enum TestOperation

Members

Member Name Description
Initialising Setting up testing.
EntryHeader Testing an individual entries header
EntryData Testing an individual entries data
EntryComplete Testing an individual entry has completed.
MiscellaneousTests Running miscellaneous tests
Complete Testing is complete

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

ICSharpCode.SharpZipLib.Zip Namespace | TestArchive