Click or drag to resize

AbstractAssertionInternalAssert Method

Asserts the specified test step.

Namespace:  Hummingbird.TestFramework.Automation.Assertions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
protected abstract bool InternalAssert(
	TestStepBase RelatedTestStep
)

Parameters

RelatedTestStep
Type: Hummingbird.TestFramework.AutomationTestStepBase
The related test step.

Return Value

Type: Boolean
Boolean indicates if the assertion is passed. if the assertion is passed, False if the assertion is failed.
Remarks
If the assertion is failed, more detailed information may be provided in Information Property
See Also