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: 1.0.0+d8e789f8644d1a9b63485ad7914acf4f489f3ef9
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