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
|
@ -25,9 +25,10 @@
|
|||
|
||||
/*!
|
||||
* Typedefs for function pointers that implement the generic
|
||||
* logging interface
|
||||
* logging interface. See the headers of implementations (plain_logger.h or
|
||||
* xml_logger.h) for more information.
|
||||
*/
|
||||
typedef void (*RunStartedFp)(int parameterCount, char *runnerParameters[], time_t eventTime);
|
||||
typedef void (*RunStartedFp)(int parameterCount, char *runnerParameters[], time_t eventTime, void *data);
|
||||
typedef void (*RunEndedFp)(int testCount, int suiteCount, int testPassCount, int testFailCount,
|
||||
time_t endTime, double totalRuntime);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue