#include <testPreCompiler.h>
Definition at line 18 of file testPreCompiler.h.
◆ 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 23 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 80 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 133 of file testPreCompiler.cc.
The documentation for this class was generated from the following files: