Interface IVariableStore
Namespace: ArtOfTest.WebAii.Design.Execution.ApiTestingExecution
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IVariableStore
Methods
ResolveVariables(String)
Declaration
string ResolveVariables(string name)
Parameters
System.
|
Returns
System.
|
SetValue(String, String)
Declaration
void SetValue(string variableName, string variableValue)
Parameters
System.
|
System.
|