Class StepDefinitionHelper
- java.lang.Object
-
- io.virtualan.cucumblan.props.util.StepDefinitionHelper
-
public class StepDefinitionHelper extends Object
The type Step definition helper.- Author:
- Elan Thangamani
-
-
Constructor Summary
Constructors Constructor Description StepDefinitionHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringbuildJsonString(String fileName, String jsonInput)Build json string string.static StringgetActualResource(String resourceKey, String system)Gets actual resource.static ObjectgetActualValue(String value)Gets actual value.static StringgetHostName(String resourceKey, String system)Gets actual resource.
-
-
-
Method Detail
-
getActualValue
public static Object getActualValue(String value)
Gets actual value.- Parameters:
value- the value- Returns:
- the actual value
-
getHostName
public static String getHostName(String resourceKey, String system)
Gets actual resource.- Parameters:
resourceKey- the resource keysystem- the system- Returns:
- the actual resource
-
getActualResource
public static String getActualResource(String resourceKey, String system)
Gets actual resource.- Parameters:
resourceKey- the resource keysystem- the system- Returns:
- the actual resource
-
-