]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/itspoof.h
2 **********************************************************************
3 * Copyright (C) 2009, International Business Machines Corporation
4 * and others. All Rights Reserved.
5 **********************************************************************
9 * IntlTestSpoof is the top level test class for the Unicode Spoof detection tests
12 #ifndef INTLTESTSPOOF_H
13 #define INTLTESTSPOOF_H
15 #include "unicode/utypes.h"
16 #if !UCONFIG_NO_REGULAR_EXPRESSIONS && !UCONFIG_NO_NORMALIZATION && !UCONFIG_NO_FILE_IO
17 #include "unicode/uspoof.h"
21 class IntlTestSpoof
: public IntlTest
{
23 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
25 // Test the USpoofDetector API functions that require C++
26 // The pure C part of the API, which is most of it, is tested in cintltst
31 void testAreConfusable();
37 // Internal function to run a single skeleton test case.
38 void checkSkeleton(const USpoofChecker
*sc
, uint32_t flags
,
39 const char *input
, const char *expected
, int32_t lineNum
);
42 #endif // !UCONFIG_NO_REGULAR_EXPRESSIONS && !UCONFIG_NO_NORMALIZATION && !UCONFIG_NO_FILE_IO