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

Class Test

Container for information about one test.

Namespace: XSLTBenchmarking\TestsRunner
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsRunner/Test.php
Methods summary
public
# __construct( string $name )
Set name of the test

Set name of the test

Parameters

$name
string
Name of the test
public string
# getName( )
Return name of the test

Return name of the test

Returns

string
public
# setTemplatePath( string $templatePath )
Set path of XSLT template

Set path of XSLT template

Parameters

$templatePath
string
The path of XSLT template
public string
# getTemplatePath( )
Return path of XSLT template

Return path of XSLT template

Returns

string
public
# addCouplesPaths( array $couples )
Add couples of input and expected output XML files

Add couples of input and expected output XML files

Parameters

$couples
array
([input] => [expected output], ...)
public array
# getCouplesPaths( )
Return couples of input and expected output XML files

Return couples of input and expected output XML files

Returns

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