]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/intltest/uvectest.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / intltest / uvectest.h
CommitLineData
f3c0d7a5
A
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
73c04bcf
A
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
21class UVectorTest: public IntlTest {
22public:
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