~yadi/squid/parser-ng-icap-pt2

« back to all changes in this revision

Viewing changes to src/tests/testTokenizer.h

  • Committer: Amos Jeffries
  • Date: 2015-08-22 14:11:43 UTC
  • mfrom: (13957.1.280 trunk)
  • Revision ID: squid3@treenet.co.nz-20150822141143-r5cvm5u5mx6n8ciu
Merged from trunk rev.14237

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    CPPUNIT_TEST_SUITE( testTokenizer );
17
17
    CPPUNIT_TEST ( testCharacterSet );
18
18
    CPPUNIT_TEST ( testTokenizerPrefix );
 
19
    CPPUNIT_TEST ( testTokenizerSuffix );
19
20
    CPPUNIT_TEST ( testTokenizerSkip );
20
21
    CPPUNIT_TEST ( testTokenizerToken );
21
22
    CPPUNIT_TEST ( testTokenizerInt64 );
23
24
 
24
25
protected:
25
26
    void testTokenizerPrefix();
 
27
    void testTokenizerSuffix();
26
28
    void testTokenizerSkip();
27
29
    void testTokenizerToken();
28
30
    void testCharacterSet();