blob: 010d820651ecbfc7c5e343ba73b59478f74470d2 [file] [log] [blame]
/*
**********************************************************************
* Copyright (C) 1998-2001, International Business Machines Corporation
* and others. All Rights Reserved.
**********************************************************************
************************************************************************
* Date Name Description
* 12/14/99 Madhu Creation.
************************************************************************/
/**
* IntlTestRBBI is the top level test class for the RuleBasedBreakIterator tests
*/
#ifndef INTLTESTRBBI_H
#define INTLTESTRBBI_H
#include "intltest.h"
class IntlTestRBBI: public IntlTest {
public:
void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
};
#endif