|
| WINUNIT_LOGGER_FUNCTION (void, Initialize)(const wchar_t *initializationString) |
| < String for initializing this logger.
|
|
| WINUNIT_LOGGER_FUNCTION (void, OutputTestExecutableNamePreTest)(const wchar_t *fullPath |
|
| WINUNIT_LOGGER_FUNCTION (void, OutputTestExecutableNamePostTest)(const wchar_t *fullPath |
|
| WINUNIT_LOGGER_FUNCTION (void, OutputTestNamePreTest)(const char *testName) |
| < Name of test about to be run.
|
|
| WINUNIT_LOGGER_FUNCTION (void, OutputTestNamePostTest)(const char *testName |
|
| WINUNIT_LOGGER_FUNCTION (void, OutputTrace)(const wchar_t *message) |
| < Informational message to be output.
|
|
| WINUNIT_LOGGER_FUNCTION (void, OutputTestError)(const wchar_t *message) |
| < Message indicating details about failure.
|
|
| WINUNIT_LOGGER_FUNCTION (void, OutputProgramErrorLine)(const wchar_t *message) |
|
| WINUNIT_LOGGER_FUNCTION (void, OutputFinalResults)(unsigned int succeeded |
|
| WINUNIT_LOGGER_FUNCTION (void, SetVerbosity)(unsigned int verbosity) |
|
This file contains function prototypes for functions to be implemented by a custom logger DLL for WinUnit.