Class Report
Class for collect report information about one test
Namespace: XSLTBenchmarking\Reports
Author: Viktor Mašíček <viktor@masicek.net>
Located at Reports/Report.php
Author: Viktor Mašíček <viktor@masicek.net>
Located at Reports/Report.php
public
|
#
__construct(
string
$testName,
string
$templatePath
)
Set common setting of the test for reporting
Set common setting of the test for reporting Parameters
|
public
|
#
addRecord(
string
$processorName,
string
$xmlInputPath,
string
$expectedOutputPath,
string
$outputPath,
string
$success,
boolean
$correctness,
array
$spendTimes,
array
$memoryUsage,
integer
$repeating
)
Add report of one runnig transformation
Add report of one runnig transformation Parameters
|
public
string
|
|
public
string
|
#
getTemplatePath(
)
Retun path of the XSLT template of the reported test
Retun path of the XSLT template of the reported test Returnsstring |
public
array
|
#
getProcessors(
)
Return list of processors used in all reports
Return list of processors used in all reports Returnsarray |
public
array
|