]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/creststn.h
1 /********************************************************************
3 * Copyright (c) 1997-1999, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
6 /***************************************************************************
10 * Modification History:
11 * Name Date Description
12 * Madhu Katragadda 05/09/2000 Ported Tests for New ResourceBundle API
13 * Madhu Katragadda 05/24/2000 Added new tests to test RES_BINARY for collationElements
14 *************************************************************************************************
18 /* C TEST FOR NEW RESOURCEBUNDLE API*/
24 void addNEWResourceBundleTest(TestNode
**);
27 *Perform several extensive tests using the subtest routine testTag
29 static void TestResourceBundles(void);
31 * Test construction of ResourceBundle accessing a custom test resource-file
33 static void TestConstruction1(void);
35 static void TestAliasConflict(void);
37 static void TestFallback(void);
39 static void TestBinaryCollationData(void);
41 static void TestNewTypes(void);
43 static void TestEmptyTypes(void);
45 static void TestAPI(void);
47 static void TestErrorConditions(void);
49 static void TestGetVersion(void);
51 static void TestEmptyBundle(void);
53 static void TestDirectAccess(void);
55 static void TestResourceLevelAliasing(void);
57 static void TestErrorCodes(void);
60 * extensive subtests called by TestResourceBundles
62 static UBool
testTag(const char* frag
, UBool in_Root
, UBool in_te
, UBool in_te_IN
);
64 static void record_pass(void);
65 static void record_fail(void);