PathValidationAssertionGenerateName 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 override string GenerateName()
Protected Overrides Function GenerateName As String
protected:
virtual String^ GenerateName() override
abstract GenerateName : unit -> string
override GenerateName : unit -> string
Return Value
Type:
String
The name of the assertion
See Also