Enum TestOperation
The operation in progress reported by a ZipTestResultHandler during testing.
Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public enum TestOperation
Fields
| Name | Description |
|---|---|
| Complete | Testing is complete |
| EntryComplete | Testing an individual entry has completed. |
| EntryData | Testing an individual entries data |
| EntryHeader | Testing an individual entries header |
| Initialising | Setting up testing. |
| MiscellaneousTests | Running miscellaneous tests |