10#ifndef WINUNIT_LOGGER_FUNCTION
11#define WINUNIT_LOGGER_FUNCTION(returntype, func) extern "C" __declspec(dllexport) returntype __cdecl func
59 const wchar_t* initializationString
65 const wchar_t* fullPath,
72 const wchar_t* fullPath,
101 const wchar_t* message
109 const wchar_t* message
117 const wchar_t* message
133 unsigned int verbosity
#define WINUNIT_LOGGER_FUNCTION(returntype, func)
Definition WinUnitLogger.h:11
bool passed
< Name of test that was just run.
Definition WinUnitLogger.h:94
const wchar_t unsigned int unsigned int totalRun
< Number of tests run.
Definition WinUnitLogger.h:76
const wchar_t unsigned int succeeded
Number of tests succeeded.
Definition WinUnitLogger.h:74
const wchar_t * nameOfExecutable
< Full path to the executable whose tests are to be run.
Definition WinUnitLogger.h:67