| Index: icu46/source/test/intltest/uvectest.h
|
| ===================================================================
|
| --- icu46/source/test/intltest/uvectest.h (revision 0)
|
| +++ icu46/source/test/intltest/uvectest.h (revision 0)
|
| @@ -0,0 +1,34 @@
|
| +/*
|
| +******************************************************************************
|
| +* Copyright (C) 2004, International Business Machines Corporation and *
|
| +* others. All Rights Reserved. *
|
| +******************************************************************************
|
| +*/
|
| +
|
| +// file: uvectest.h
|
| +
|
| +
|
| +#ifndef UVECTEST_H
|
| +#define UVECTEST_H
|
| +
|
| +#include "unicode/utypes.h"
|
| +
|
| +#include "intltest.h"
|
| +
|
| +
|
| +class UVectorTest: public IntlTest {
|
| +public:
|
| +
|
| + UVectorTest();
|
| + virtual ~UVectorTest();
|
| +
|
| + virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
|
| +
|
| + // The following are test functions that are visible from the intltest test framework.
|
| + void UVector_API();
|
| + void UStack_API();
|
| + void Hashtable_API();
|
| +
|
| +};
|
| +
|
| +#endif
|
|
|
| Property changes on: icu46/source/test/intltest/uvectest.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|