ITestOutput Interface
The parsed output of the TestCommand.
Namespace
Cake.SevenZip.Parsers
Interfaces
graph BT Type-.->Interface0["IOutput"] click Interface0 "/cake-test/api/Cake.SevenZip.Parsers/IOutput" Type["ITestOutput"] class Type type-node

Syntax

public interface ITestOutput : IOutput

Properties

Name Property Type Summary
Archives IEnumerable<IArchiveTestOutput>
Gets the output for all individual archives.