Click or drag to resize

Verify Class

Framework to automate tests using Selenium WebDriver
Class for assert without stop tests More details on wiki.
Inheritance Hierarchy
SystemObject
  OcarambaVerify

Namespace: Ocaramba
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.2
Syntax
C#
public static class Verify
Request Example

The Verify type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCode exampleThat(DriverContext, Action) Verify assert conditions.
Public methodStatic memberCode exampleThat(DriverContext, Action) Verify group of assets.
Public methodStatic memberCode exampleThat(DriverContext, Action, Boolean, Boolean) Verify assert conditions.
Public methodStatic memberCode exampleThat(DriverContext, Boolean, Boolean, Action) Verify group of assets.
Top
See Also