X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..4f1e1a09ce4daed860e35d359ce2fceccb0764e8:/icuSources/test/intltest/itutil.h diff --git a/icuSources/test/intltest/itutil.h b/icuSources/test/intltest/itutil.h index e2dd8e10..3f3e851a 100644 --- a/icuSources/test/intltest/itutil.h +++ b/icuSources/test/intltest/itutil.h @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2001, International Business Machines Corporation and + * Copyright (c) 1997-2009, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -11,14 +13,19 @@ #ifndef _INTLTESTUTILITIES #define _INTLTESTUTILITIES - #include "intltest.h" - class IntlTestUtilities: public IntlTest { public: void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); }; +class ErrorCodeTest: public IntlTest { +public: + void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL); + void TestErrorCode(); + void TestSubclass(); + void TestIcuTestErrorCode(); +}; #endif