CliktCommandTestResult

data class CliktCommandTestResult(val stdout: String, val stderr: String, val output: String, val statusCode: Int)

Constructors

Link copied to clipboard
constructor(stdout: String, stderr: String, output: String, statusCode: Int)

Properties

Link copied to clipboard

A string combining stdout and stderr in the order that they were printed

Link copied to clipboard

The exit status code of the command.

Link copied to clipboard

Error output captured form the command

Link copied to clipboard

Standard output captured from the command