TestExecutionContext.

ApplicationInput Property

Summary

Gets any input that was passed to the application (for example, on stdin via piping).
Assembly
Wyam.Testing.dll
Namespace
Wyam.Testing.Execution
Containing Type
TestExecutionContext

Syntax

public string ApplicationInput { get; set; }

Value

Type Description
string The application input.
GitHub