Imported Upstream version 58.1
[platform/upstream/icu.git] / source / test / intltest / rbbitst.h
index 48b4aa2..6b2c2f0 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*************************************************************************
  * Copyright (c) 1999-2016, International Business Machines
  * Corporation and others. All Rights Reserved.
@@ -53,7 +55,7 @@ public:
     void TestThaiLineBreak();
     void TestMixedThaiLineBreak();
     void TestMaiyamok();
-    void TestMonkey(char *params);
+    void TestMonkey();
 
     void TestExtended();
     UChar *ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status);
@@ -72,6 +74,8 @@ public:
     void TestDictRules();
     void TestBug5532();
     void TestBug9983();
+    void TestBug7547();
+    void TestBug12797();
 
     void TestDebug();
     void TestProperties();
@@ -140,6 +144,9 @@ private:
      *  @return FALSE if the test case should be run, TRUE if it should be skipped.
      */
     UBool testCaseIsKnownIssue(const UnicodeString &testCase, const char *fileName);
+
+    // Test parameters, from the test framework and test invocation.
+    const char* fTestParams;
 };
 
 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */