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 void
checkKeywordProperties_FailingPropAnnotation()
void
checkKeywordProperties_ValidPropAnnotation()
void
checkKeywordPropertiesWithPlaceholder()
void
checkKeywordPropertiesWithPlaceholderInInput()
void
keywordNameAndTimeout()
-
Methods inherited from class step.testing.regression.helpers.RegressionKeyword
onError
-
-
-
-
Method Detail
-
checkKeywordProperties_FailingPropAnnotation
public void checkKeywordProperties_FailingPropAnnotation()
-
checkKeywordProperties_ValidPropAnnotation
public void checkKeywordProperties_ValidPropAnnotation()
-
checkKeywordPropertiesWithPlaceholder
public void checkKeywordPropertiesWithPlaceholder()
-
checkKeywordPropertiesWithPlaceholderInInput
public void checkKeywordPropertiesWithPlaceholderInInput()
-
keywordNameAndTimeout
public void keywordNameAndTimeout()
-
-