Overview

Namespaces

  • PHP
  • XSLTBenchmarking
    • Reports
    • RunnerConsole
    • TestsGenerator
    • TestsRunner

Classes

  • AMemoryUsageDriver
  • AProcessorDriver
  • Controlor
  • Libxslt1123phpProcessorDriver
  • Libxslt1126phpProcessorDriver
  • LinuxMemoryUsageDriver
  • MemoryUsage
  • MSXML30ProcessorDriver
  • MSXML60ProcessorDriver
  • Params
  • Processor
  • Runner
  • Sablotron103cmdProcessorDriver
  • Saxon655ProcessorDriver
  • SaxonHE9402ProcessorDriver
  • Test
  • TestRunner
  • WindowsMemoryUsageDriver
  • Xalan271ProcessorDriver
  • XmlParamsDriver
  • Xsltproc1123ProcessorDriver
  • Xsltproc1126ProcessorDriver
  • XT20051206ProcessorDriver

Interfaces

  • IParamsDriver
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

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
Methods summary
public
# __construct( string $paramsFilePath )
Set the params file.

Set the params file.

Parameters

$paramsFilePath
string
The path of the file with deffinition of generated tests

Throws

XSLTBenchmarking\InvalidArgumentException
Wrong format of file with params
public
# generate( string $name, string $templatePath, array $couplesPaths )
Function for generating new paramas file

Function for generating new paramas file

Parameters

$name
string
Name of the test
$templatePath
string
Path of tested XSLT template
$couplesPaths
array
([input] => [output], ...)
public string
# getName( )
Return the name of test

Return the name of test

Returns

string
public string
# getTemplatePath( )
Return the path to the XSLT template

Return the path to the XSLT template

Returns

string
public array
# getCouplesPaths( )
Return the path to the XML files for testing - input - expected output

Return the path to the XML files for testing

  • input
  • expected output

Returns

array
([input] => [expected output])
XSTL Benchmarking API documentation generated by ApiGen.
Generated using the TokenReflection library.