Class XmlParamsDriver
Class for read params of test form XML file.
- XSLTBenchmarking\TestsRunner\XmlParamsDriver implements XSLTBenchmarking\TestsRunner\IParamsDriver
Namespace: XSLTBenchmarking\TestsRunner
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsRunner/Params/XmlParamsDriver.php
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsRunner/Params/XmlParamsDriver.php
public
|
#
__construct(
string
$paramsFilePath,
boolean
$read = TRUE
)
Set the params file.
Set the params file. Parameters
ThrowsImplementation of |
public
|
#
generate(
string
$name,
string
$templatePath,
array
$couplesPaths
)
Function for generating new paramas file
Function for generating new paramas file Parameters
Implementation of |
public
string
|
|
public
string
|
#
getTemplatePath(
)
Return the path to the XSLT template
Return the path to the XSLT template ReturnsstringImplementation of |
public
array
|
#
getCouplesPaths(
)
Return the path to the XML files for testing - input - expected output
Return the path to the XML files for testing
Returnsarray([input] => [expected output]) Implementation of |