Package step.testing.regression
Class ParameterScopeKeyword
- java.lang.Object
-
- step.handlers.javahandler.AbstractKeyword
-
- step.testing.regression.helpers.RegressionKeyword
-
- step.testing.regression.ParameterScopeKeyword
-
public class ParameterScopeKeyword extends RegressionKeyword
-
-
Field Summary
-
Fields inherited from class step.testing.regression.helpers.RegressionKeyword
SLEEP
-
-
Constructor Summary
Constructors Constructor Description ParameterScopeKeyword()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckKeywordPropeties_FailingPropAnnotation()voidcheckKeywordPropeties_ValidPropAnnotation()voidcheckKeywordPropetiesWithPlaceholder()voidcheckKeywordPropetiesWithPlaceholderInInput()voidkeywordNameAndTimeout()-
Methods inherited from class step.testing.regression.helpers.RegressionKeyword
onError
-
-
-
-
Method Detail
-
checkKeywordPropeties_FailingPropAnnotation
public void checkKeywordPropeties_FailingPropAnnotation()
-
checkKeywordPropeties_ValidPropAnnotation
public void checkKeywordPropeties_ValidPropAnnotation()
-
checkKeywordPropetiesWithPlaceholder
public void checkKeywordPropetiesWithPlaceholder()
-
checkKeywordPropetiesWithPlaceholderInInput
public void checkKeywordPropetiesWithPlaceholderInInput()
-
keywordNameAndTimeout
public void keywordNameAndTimeout()
-
-