/********************************************************************
* COPYRIGHT:
- * Copyright (c) 2004, International Business Machines Corporation and
+ * Copyright (c) 2004-2006, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
#define U_TESTFW_TESTLOG
#include "unicode/unistr.h"
+#include "unicode/testtype.h"
/** Facilitates internal logging of data driven test service
* It would be interesting to develop this into a full
* fledged control system as in Java.
*/
-class TestLog {
+class T_CTEST_EXPORT_API TestLog {
public:
+ virtual ~TestLog();
virtual void errln( const UnicodeString &message ) = 0;
virtual const char* getTestDataPath(UErrorCode& err) = 0;
};