C# Class JDI_UIWebTests.Tests.Complex.CommonActionsData

Afficher le fichier Open project: epam/JDI Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static CheckAction ( string text ) : void
text string
Résultat void

CheckActionThrowError() public static méthode

public static CheckActionThrowError ( System.Action checkedAction, string message ) : void
checkedAction System.Action
message string
Résultat void

CheckCalculate() public static méthode

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

CheckResult() public static méthode

public static CheckResult ( string text ) : void
text string
Résultat void

CheckText() public static méthode

public static CheckText ( Func func, string expectedAttrValue ) : void
func Func
expectedAttrValue string
Résultat void

RunParallel() public static méthode

public static RunParallel ( System.Action action ) : void
action System.Action
Résultat void