C# Class Objectivity.Test.Automation.Common.Verify

Class for assert without stop tests
Exibir arquivo Open project: ObjectivityBSS/Test.Automation

Public Methods

Method Description
That ( DriverContext driverContext ) : void

Verify group of assets

That ( DriverContext driverContext, System.Action myAssert ) : void

Verify assert conditions

That ( DriverContext driverContext, bool enableScreenShot, bool enableSavePageSource ) : void

Verify group of assets

Private Methods

Method Description
That ( DriverContext driverContext, System.Action myAssert, bool enableScreenShot, bool enableSavePageSource ) : void

Method Details

That() public static method

Verify group of assets
public static That ( DriverContext driverContext ) : void
driverContext DriverContext Container for driver
return void

That() public static method

Verify assert conditions
public static That ( DriverContext driverContext, System.Action myAssert ) : void
driverContext DriverContext Container for driver
myAssert System.Action Assert condition
return void

That() public static method

Verify group of assets
public static That ( DriverContext driverContext, bool enableScreenShot, bool enableSavePageSource ) : void
driverContext DriverContext Container for driver
enableScreenShot bool Enable screenshot
enableSavePageSource bool Enable save page source
return void