testACLMaxUserIP.cc
Go to the documentation of this file.
67 Acl::RegisterMaker("max_user_ip", [](Acl::TypeName name)->ACL* { return new ACLMaxUserIP(name); });
Definition: AclMaxUserIp.h:18
Definition: ConfigParser.h:46
static void SetCfgLine(char *line)
Set the configuration file line to parse.
Definition: ConfigParser.cc:204
Definition: testACLMaxUserIP.cc:28
CPPUNIT_TEST(testDefaults)
CPPUNIT_TEST_SUITE(TestACLMaxUserIP)
CPPUNIT_TEST(testParseLine)
CPPUNIT_TEST_SUITE_END()
implements test program's main() function while enabling customization
Definition: unitTestMain.h:26
void RegisterMaker(TypeName typeName, Maker maker)
use the given ACL Maker for all ACLs of the named type
Definition: Acl.cc:71
CPPUNIT_TEST_SUITE_REGISTRATION(TestACLMaxUserIP)
AnyP::PortCfgPointer HttpPortList
list of Squid http(s)_port configured
Definition: testACLMaxUserIP.cc:42