C# 클래스 Objectivity.Test.Automation.Common.Verify

Class for assert without stop tests
파일 보기 프로젝트 열기: ObjectivityBSS/Test.Automation

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
That ( DriverContext driverContext, System.Action myAssert, bool enableScreenShot, bool enableSavePageSource ) : void

메소드 상세

That() 공개 정적인 메소드

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

That() 공개 정적인 메소드

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

That() 공개 정적인 메소드

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
리턴 void