ReplScenarioOptions
Options controlling the in-memory REPL test orchestrator.
- Kind:
Class - Namespace: Repl.Testing
- Assembly:
Repl.Testing - Source: src/Repl.Testing/ReplScenarioOptions.cs
Signature
Section titled “Signature”public sealed class ReplScenarioOptionsInheritance
Section titled “Inheritance”Properties
Section titled “Properties”CommandTimeout
Section titled “CommandTimeout”Gets or sets command timeout for RunCommandAsync(string, CancellationToken).
public TimeSpan CommandTimeout { get; set; }Returns
Section titled “Returns”NormalizeAnsi
Section titled “NormalizeAnsi”Gets or sets a value indicating whether ANSI escape sequences are stripped from captured output.
public bool NormalizeAnsi { get; set; }Returns
Section titled “Returns”RunOptionsFactory
Section titled “RunOptionsFactory”Gets or sets a factory creating base run options for each opened session.
public Func<ReplRunOptions> RunOptionsFactory { get; set; }Returns
Section titled “Returns”Func<ReplRunOptions>