]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/restsnew.h
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / restsnew.h
index 6a8245da9fd60ffee4f6a0e9c32180b28af60a7f..e951587e154697229cccc67dad76fad460d0b8c3 100644 (file)
@@ -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-2003, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -32,7 +34,11 @@ public:
 
     void TestOtherAPI(void);
 
-       void TestNewTypes(void);
+    void TestNewTypes(void);
+
+    void TestGetByFallback(void);
+
+    void TestFilter(void);
 
 private:
     /**
@@ -52,7 +58,6 @@ private:
     int32_t pass;
     int32_t fail;
 
-    IntlTest& OUT;
 };
 
 #endif