Click or drag to resize

AbstractAssertionClone Method

Clones this instance.

Namespace:  Hummingbird.TestFramework.Automation.Assertions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public AbstractAssertion Clone()

Return Value

Type: AbstractAssertion
A duplication of the current AbstractAssertion or its inherited types
See Also