NotContainsAssertionGenerateName Method  | 
 
            Generates the name of the Assertion.
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.Assertions
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxprotected 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: 
StringThe name of the assertion.
See Also