Go to the source code of this file.
Defines | |
#define | HTTP_PROXY "104.131.214.38:3128" |
#define | HTTPS_PROXY "104.131.214.38:3128" |
Functions | |
int | main (int argc, char **argv) |
TEST (ProxyTests, SingleProxyTest) | |
TEST (ProxyTests, MultipleProxyHttpTest) | |
TEST (ProxyTests, CopyProxyTest) | |
TEST (ProxyTests, ProxySessionTest) | |
TEST (ProxyTests, ReferenceProxySessionTest) |
#define HTTP_PROXY "104.131.214.38:3128" |
Definition at line 10 of file proxy_tests.cpp.
#define HTTPS_PROXY "104.131.214.38:3128" |
Definition at line 11 of file proxy_tests.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 91 of file proxy_tests.cpp.
TEST | ( | ProxyTests | , |
SingleProxyTest | |||
) |
Definition at line 15 of file proxy_tests.cpp.
TEST | ( | ProxyTests | , |
MultipleProxyHttpTest | |||
) |
Definition at line 24 of file proxy_tests.cpp.
TEST | ( | ProxyTests | , |
CopyProxyTest | |||
) |
Definition at line 56 of file proxy_tests.cpp.
TEST | ( | ProxyTests | , |
ProxySessionTest | |||
) |
Definition at line 66 of file proxy_tests.cpp.
TEST | ( | ProxyTests | , |
ReferenceProxySessionTest | |||
) |
Definition at line 78 of file proxy_tests.cpp.