]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/ctestfw/unicode/testlog.h
1 /********************************************************************
3 * Copyright (c) 2004, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
7 /* Created by grhoten 03/17/2004 */
9 /* Base class for data driven tests */
11 #ifndef U_TESTFW_TESTLOG
12 #define U_TESTFW_TESTLOG
14 #include "unicode/unistr.h"
16 /** Facilitates internal logging of data driven test service
17 * It would be interesting to develop this into a full
18 * fledged control system as in Java.
22 virtual void errln( const UnicodeString
&message
) = 0;
23 virtual const char* getTestDataPath(UErrorCode
& err
) = 0;