Click or drag to resize

TestStepBaseInformation Property

Detailed information for diagnostic, debug. Do not call Information.Clear when running the test step, it will be automatically done within the base class.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[IgnoreDataMemberAttribute]
public ObservableCollection<string> Information { get; }

Property Value

Type: ObservableCollectionString
See Also