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
Syntaxpublic TestStatus Assert(
TestStepBase TestStep
)
Public Function Assert (
TestStep As TestStepBase
) As TestStatus
public:
TestStatus Assert(
TestStepBase^ TestStep
)
member Assert :
TestStep : TestStepBase -> TestStatus
Parameters
- TestStep
- Type: Hummingbird.TestFramework.AutomationTestStepBase
The related test step.
Return Value
Type:
TestStatusIf Assertion is succeeded the return value will be
Passed, otherwise
Failed
Remarks
See Also