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; }
<IgnoreDataMemberAttribute>
Public ReadOnly Property Information As ObservableCollection(Of String)
Get
public:
[IgnoreDataMemberAttribute]
property ObservableCollection<String^>^ Information {
ObservableCollection<String^>^ get ();
}
[<IgnoreDataMemberAttribute>]
member Information : ObservableCollection<string> with get
Property Value
Type:
ObservableCollectionStringSee Also