Interface IParamsDriver
Abstract parent for object for collect params about test.
Direct Known Implementers
XSLTBenchmarking\TestsRunner\XmlParamsDriver
Namespace: XSLTBenchmarking\TestsRunner
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsRunner/Params/IParamsDriver.php
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsRunner/Params/IParamsDriver.php
public
|
#
__construct(
string
$paramsFilePath
)
Set the params file.
Set the params file. Parameters
Throws |
public
|
|
public
string
|
|
public
string
|
#
getTemplatePath(
)
Return the path to the XSLT template
Return the path to the XSLT template Returnsstring |
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]) |