C# Class JDI_UIWebTests.Tests.Complex.CommonActionsData

Mostra file Open project: epam/JDI Class Usage Examples

Public Methods

Method Description
CheckAction ( string text ) : void
CheckActionThrowError ( System.Action checkedAction, string message ) : void
CheckCalculate ( string text ) : void

Check result of calculation on "Metals and Colors" page

CheckResult ( string text ) : void
CheckText ( Func func, string expectedAttrValue ) : void
RunParallel ( System.Action action ) : void

Method Details

CheckAction() public static method

public static CheckAction ( string text ) : void
text string
return void

CheckActionThrowError() public static method

public static CheckActionThrowError ( System.Action checkedAction, string message ) : void
checkedAction System.Action
message string
return void

CheckCalculate() public static method

Check result of calculation on "Metals and Colors" page
public static CheckCalculate ( string text ) : void
text string
return void

CheckResult() public static method

public static CheckResult ( string text ) : void
text string
return void

CheckText() public static method

public static CheckText ( Func func, string expectedAttrValue ) : void
func Func
expectedAttrValue string
return void

RunParallel() public static method

public static RunParallel ( System.Action action ) : void
action System.Action
return void