Added user-supplied XSL style sheets for XML-based test reports.
Added new command line option: --xsl.
This commit is contained in:
parent
cdc832d2b9
commit
5f77401c49
8 changed files with 62 additions and 12 deletions
|
@ -9,8 +9,11 @@
|
|||
* \param parameterCount How many parameters were given
|
||||
* \param runnerParameters What parameters were given to the runner
|
||||
* \param eventTime When the execution started
|
||||
* \param data Any additional data logger needs
|
||||
*
|
||||
*/
|
||||
void PlainRunStarted(int parameterCount, char *runnerParameters[], time_t eventTime);
|
||||
void PlainRunStarted(int parameterCount, char *runnerParameters[], time_t eventTime,
|
||||
void *data);
|
||||
|
||||
/*!
|
||||
* Prints out information about ending the test run.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue