Enum TestStrategy
The strategy to apply to testing.
Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public enum TestStrategy
Fields
| Name | Description |
|---|---|
| FindAllErrors | Find all possible errors. |
| FindFirstError | Find the first error only. |