|
Options | Name | Purpose | |
---|---|---|---|
WriteToFile (character, TestEntity) |
/* Writes the test results in the xml file
@param character The XML file name.
@param TestEntity The test to write (root) */
|
||
LONGCHAR WriteToLongchar (TestEntity) |
/* Writes the test results to a longchar
@param TestEntity The test to write (root)
@param longchar The XML output, with a UTF-8 codepage */
|
WriteToFile (character, TestEntity)
|
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LONGCHAR WriteToLongchar (TestEntity)
|