Click or drag to resize

AbstractAssertionAssert Method

Asserts the specified test step. The assertion result is stored in the Status property.

Namespace:  Hummingbird.TestFramework.Automation.Assertions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public TestStatus Assert(
	TestStepBase TestStep
)

Parameters

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

Return Value

Type: TestStatus
If Assertion is succeeded the return value will be Passed, otherwise Failed
Remarks
If the assertion is failed, more detailed information may be provided in Information Property. This method invokes InternalAssert(TestStepBase) method. After
See Also