FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Test fixture to test regex accuracy. More...
Protected Member Functions | |
void | regTest (void) |
Test regex on a test string. More... | |
void | regTest (void) |
Test regex on a test string. More... | |
void | badNameTest (void) |
Test regex on a string with bad identifier. More... | |
void | regTestSpecialEnd (void) |
Test regex on a special test string. More... | |
Private Member Functions | |
CPPUNIT_TEST_SUITE (regexTest) | |
CPPUNIT_TEST (regTest) | |
CPPUNIT_TEST_SUITE_END () | |
CPPUNIT_TEST_SUITE (regexTest) | |
CPPUNIT_TEST (regTest) | |
CPPUNIT_TEST (badNameTest) | |
CPPUNIT_TEST (regTestSpecialEnd) | |
CPPUNIT_TEST_SUITE_END () | |
Test fixture to test regex accuracy.
Definition at line 22 of file test_regex.cc.
|
inlineprotected |
Test regex on a string with bad identifier.
Definition at line 105 of file test_regex.cc.
|
inlineprotected |
Test regex on a test string.
Definition at line 38 of file test_regex.cc.
|
inlineprotected |
Test regex on a test string.
Definition at line 41 of file test_regex.cc.
|
inlineprotected |
Test regex on a special test string.
Definition at line 170 of file test_regex.cc.