Class XmlParamsDriver
Xml prarams for the collection of tests
- XSLTBenchmarking\TestsGenerator\XmlParamsDriver implements XSLTBenchmarking\TestsGenerator\IParamsDriver
Namespace: XSLTBenchmarking\TestsGenerator
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsGenerator/Params/XmlParamsDriver.php
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsGenerator/Params/XmlParamsDriver.php
public
|
#
__construct(
XSLTBenchmarking\TestsGenerator\XmlGenerator
$xmlGenerator,
string
$tmpDirectoryPath,
string
$paramsFilePath
)
Choose the params driver by extension
Choose the params driver by extension Parameters
ThrowsImplementation of |
public
string
|
#
getTemplateName(
)
Return the name of tests collection
Return the name of tests collection ReturnsstringImplementation of |
public
string
|
#
getTemplatePath(
)
Return the path to the template file
Return the path to the template file ReturnsstringImplementation of |
public
string
|
#
getTemplatingType(
)
Return the type of templating
Return the type of templating ReturnsstringImplementation of |
public
array
|
#
getTestsNames(
)
Return the list of tests names
Return the list of tests names ReturnsarrayImplementation of |
public
array
|
#
getTestFilesPaths(
string
$testName
)
Return the list of input files paths and paths of their expected output files
for selected test
Return the list of input files paths and paths of their expected output files for selected test Parameters
ReturnsarrayImplementation of |
public
array
|
#
getTestSettings(
string
$testName
)
Return the list of settings for the selected test
Return the list of settings for the selected test Parameters
ReturnsarrayImplementation of |
public
string|null
|
#
getTestParamsFileName(
string
$testName
)
Return the name of file with params of the test
Return the name of file with params of the test Parameters
Returnsstring|nullImplementation of |