Definition at line 19 of file testPreCompiler.cc.
◆ CPPUNIT_TEST() [1/3]
◆ CPPUNIT_TEST() [2/3]
◆ CPPUNIT_TEST() [3/3]
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
TestPreCompiler::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ testIfDef()
void TestPreCompiler::testIfDef |
( |
| ) |
|
|
protected |
Test several ways of defining pre-compiler directives. Squid-3 uses #if FOO syntax for precompiler directives. These tests ensure that the inputs will work as expected.
Definition at line 40 of file testPreCompiler.cc.
◆ testIfDefAnd()
void TestPreCompiler::testIfDefAnd |
( |
| ) |
|
|
protected |
Test several ways of defining pre-compiler directives. Squid-3 uses #if FOO syntax for precompiler directives. These tests ensure that the inputs will work as expected when undefined macros are used in && conditions
Definition at line 97 of file testPreCompiler.cc.
◆ testIfDefOr()
void TestPreCompiler::testIfDefOr |
( |
| ) |
|
|
protected |
Test several ways of defining pre-compiler directives. Squid-3 uses #if FOO syntax for precompiler directives. These tests ensure that the inputs will work as expected when undefined macros are used in || conditions
Definition at line 150 of file testPreCompiler.cc.
The documentation for this class was generated from the following file: