Click or drag to resize

ResponseConditionToString Method (Int32)

show the friendly message of this condition

Namespace:  Hummingbird.TestFramework.Automation.ResponseConditions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public abstract string ToString(
	int level
)

Parameters

level
Type: SystemInt32
the indent level

Return Value

Type: String
A String that represents this instance.
See Also