IArchiveTestOutput Interface

Summary

The parsed output of individual archives the TestCommand.
graph BT Type["IArchiveTestOutput"] class Type type-node

Syntax

public interface IArchiveTestOutput

Properties

Name Value Summary
FileName string
Gets the filename of the archive.
IsOk bool
Gets a value indicating whether the test for this archive was OK.
Output string
Gets the output.

See Also

GitHub Discussion