public class Template extends AbstractTestAction
description
Constructor and Description |
---|
Template() |
Modifier and Type | Method and Description |
---|---|
void |
doExecute(TestContext context)
Subclasses may add custom execution logic here.
|
List<TestAction> |
getActions()
Gets the actions.
|
Map<String,String> |
getParameter()
Gets the parameter.
|
boolean |
isGlobalContext()
Gets the globalContext.
|
void |
setActions(List<TestAction> actions)
Set nested test actions.
|
void |
setGlobalContext(boolean globalContext)
Boolean flag marking the template variables should also affect
variables in test case.
|
void |
setParameter(Map<String,String> parameter)
Set parameter before execution.
|
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
public void doExecute(TestContext context)
AbstractTestAction
doExecute
in class AbstractTestAction
public void setActions(List<TestAction> actions)
actions
- public void setParameter(Map<String,String> parameter)
parameter
- the parameter to setpublic void setGlobalContext(boolean globalContext)
globalContext
- the globalContext to setpublic boolean isGlobalContext()
public List<TestAction> getActions()
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.