Overview

Namespaces

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

Classes

  • EasyXmlGeneratorDriver
  • Generator
  • Params
  • SimpleTemplatingDriver
  • SmartyTemplatingDriver
  • SmartyXmlGeneratorDriver
  • Templating
  • Test
  • ToxgeneTemplatingDriver
  • ToxgeneXmlGeneratorDriver
  • XmlGenerator
  • XmlParamsDriver

Interfaces

  • IParamsDriver
  • ITemplatingDriver
  • IXmlGeneratorDriver
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class Params

Object for work with params of xslt template

XSLTBenchmarking\DriversContainer
Extended by XSLTBenchmarking\TestsGenerator\Params
Namespace: XSLTBenchmarking\TestsGenerator
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsGenerator/Params/Params.php
Methods summary
public string
# getTestParamsFileName( string $testName )
Return the name of file with params of the test Default value is '__params.xml'.

Return the name of file with params of the test Default value is '__params.xml'.

Parameters

$testName
string
The name of the selected test

Returns

string
public
# setFile( string $paramsFilePath )
Choose the params driver by extension of params file

Choose the params driver by extension of params file

Parameters

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

Throws

XSLTBenchmarking\InvalidArgumentException
Wrong format of file with params
Methods Inherited From XSLTBenchmarking\DriversContainer
__call(), __construct(), getDriversDirectory(), getDriversNamesSuffix(), getDriversNamespace(), setDriver()
Properties Inherited From XSLTBenchmarking\DriversContainer
$driver
XSTL Benchmarking API documentation generated by ApiGen.
Generated using the TokenReflection library.