public class StepDefinitionHelper extends Object
| Constructor and Description |
|---|
StepDefinitionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildJsonString(String fileName,
String jsonInput)
Build json string string.
|
static Object |
getActualValue(String value)
Gets actual value.
|
static Object |
getObjectValue(Object value)
Gets object value.
|
public static Object getActualValue(String value)
value - the valuepublic static String buildJsonString(String fileName, String jsonInput) throws Exception
fileName - the file namejsonInput - the json inputException - the exceptionCopyright © 2021. All rights reserved.