AbstractAssertionInformationString Property |
Gets the information in it's String representation.
Namespace:
Hummingbird.TestFramework.Automation.Assertions
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string InformationString { get; }
Public ReadOnly Property InformationString As String
Get
public:
property String^ InformationString {
String^ get ();
}
member InformationString : string with get
Property Value
Type:
String
The information string.
See Also