3 PR_EXPORT(int) Testy_LogInit(const char* fileName
);
4 PR_EXPORT(void) Testy_LogShutdown();
6 PR_EXPORT(void) Testy_LogStart(const char* name
);
7 PR_EXPORT(void) Testy_LogComment(const char* name
, const char* comment
);
8 PR_EXPORT(void) Testy_LogEnd(const char* name
, PRBool passed
);