public class TransformAction extends AbstractTestAction
description
Constructor and Description |
---|
TransformAction()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
doExecute(TestContext context)
Subclasses may add custom execution logic here.
|
String |
getTargetVariable()
Gets the targetVariable.
|
String |
getXmlData()
Gets the xmlData.
|
String |
getXmlResourcePath()
Gets the xmlResource.
|
String |
getXsltData()
Gets the xsltData.
|
String |
getXsltResourcePath()
Gets the xsltResource.
|
TransformAction |
setTargetVariable(String targetVariable)
Set the target variable for the result
|
TransformAction |
setXmlData(String xmlData)
Set the XML document
|
TransformAction |
setXmlResourcePath(String xmlResource)
Set the XML document as resource
|
TransformAction |
setXsltData(String xsltData)
Set the XSLT document
|
TransformAction |
setXsltResourcePath(String xsltResource)
Set the XSLT document as resource
|
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
public void doExecute(TestContext context)
AbstractTestAction
doExecute
in class AbstractTestAction
public TransformAction setXmlData(String xmlData)
xmlData
- the xmlData to setpublic TransformAction setXmlResourcePath(String xmlResource)
xmlResource
- the xmlResource to setpublic TransformAction setXsltData(String xsltData)
xsltData
- the xsltData to setpublic TransformAction setXsltResourcePath(String xsltResource)
xsltResource
- the xsltResource to setpublic TransformAction setTargetVariable(String targetVariable)
targetVariable
- the targetVariable to setpublic String getXmlData()
public String getXmlResourcePath()
public String getXsltData()
public String getXsltResourcePath()
public String getTargetVariable()
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.