Imported Upstream version 58.1
[platform/upstream/icu.git] / source / test / intltest / uvectest.h
1 // Copyright (C) 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /*
4 ******************************************************************************
5 * Copyright (C) 2004, International Business Machines Corporation and        *
6 * others. All Rights Reserved.                                               *
7 ******************************************************************************
8 */
9
10 //  file:  uvectest.h
11
12
13 #ifndef UVECTEST_H
14 #define UVECTEST_H
15
16 #include "unicode/utypes.h"
17
18 #include "intltest.h"
19
20
21 class UVectorTest: public IntlTest {
22 public:
23   
24     UVectorTest();
25     virtual ~UVectorTest();
26
27     virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
28
29     // The following are test functions that are visible from the intltest test framework.
30     void UVector_API();
31     void UStack_API();
32     void Hashtable_API();
33
34 };
35
36 #endif