AbstractAssertionGenerateName Method |
Generates the name of the Assertion.
Namespace:
Hummingbird.TestFramework.Automation.Assertions
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax protected abstract string GenerateName()
Protected MustOverride Function GenerateName As String
protected:
virtual String^ GenerateName() abstract
abstract GenerateName : unit -> string
Return Value
Type:
StringThe name of the assertion
See Also