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.8+a9b8573c8e7a79d20d13aab3058972497cab0398
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 asserts.
Public methodStatic memberCode exampleThat(DriverContext, Action, Boolean, Boolean) Verify assert conditions.
Public methodStatic memberCode exampleThat(DriverContext, Boolean, Boolean, Action) Verify group of asserts.
Top
See Also