Click or drag to resize

SettingsMaxConsoleOutputCache Property

Gets or sets the maximum console output can be hold in the automation runner. Default value is 100KB (102400 bytes)

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public int MaxConsoleOutputCache { get; set; }

Property Value

Type: Int32
The maximum number in bytes of the console output can be displayed in automated test runner. The value must greater than 1024.
See Also