Class Test
Container for information about one test.
Namespace: XSLTBenchmarking\TestsGenerator
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsGenerator/Test.php
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsGenerator/Test.php
public
|
#
__construct(
string
$name
)
Set the human-redable name of the test
Set the human-redable name of the test Parameters
|
public
string
|
|
public
|
#
setTemplatePath(
string
$templatePath
)
Set the path of the test template
Set the path of the test template Parameters
|
public
string
|
#
getTemplatePath(
)
Return the path of the test template
Return the path of the test template Returnsstring |
public
|
#
setTemplatingType(
string
$templatingType
)
Set the type of templating
Set the type of templating Parameters
|
public
string
|
|
public
|
|
public
string
|
|
public
string
|
#
getXsltName(
)
Return the name of the test xslt file
Return the name of the test xslt file Returnsstring |
public
string
|
#
getXsltPath(
)
Return the path of the test xslt file
Return the path of the test xslt file Returnsstring |
public
|
#
addSettings(
array
$settings
)
Add settins of the test for generating
Add settins of the test for generating Parameters
|
public
array
|
#
getSettings(
)
Return all settings of test for generating
Return all settings of test for generating Returnsarray |
public
|
#
addFilesPaths(
array
$filesPaths
)
Add paths of input files for testing with the paths of their expected output
files
Add paths of input files for testing with the paths of their expected output files Parameters
|
public
array
|
#
getFilesPaths(
)
Return all paths of xml files for testing with their expected output files paths
Return all paths of xml files for testing with their expected output files paths Returnsarray([input] => [expectedOutput], ...) |
public
|
#
setParamsFilePath(
string
$fileName
)
Set the path of the file with params of test
Set the path of the file with params of test Parameters
|
public
string
|
#
getParamsFilePath(
)
Return the path of the file with params of test
Return the path of the file with params of test Returnsstring |