Namespace XSLTBenchmarking
| XSLTBenchmarking\Reports |
| XSLTBenchmarking\RunnerConsole |
| XSLTBenchmarking\TestsGenerator |
| XSLTBenchmarking\TestsRunner |
| DriversContainer | Class for better work with drivers. |
| Factory | Factory class for making new objects. It was created for better testing. |
| Microtime | Static class for working with microtime with sufficient precision |
| Printer | Printing information text |
| CollisionException | Colision of setting of objects |
| Exception | Own parent of all exceptions |
| GenerateTemplateException | Exception generated after incorect copping file by 'copy' function |
| GenerateXmlException | Exception generated by incorect generating XML file in XmlGeneratorDriver |
| InvalidArgumentException | Exceptions made by wrong calling method. |
| InvalidStateException | State of objects or scripts are invalide |
| LongLoopException | Loop have to many iteratins |
| UnknownMethodException | Exception generated if unknown method is called in __call |