|
OpenVPN 3 Core Library
|
#include "test_common.hpp"#include <iostream>#include <openvpn/common/exception.hpp>#include <openvpn/common/string.hpp>#include <openvpn/common/options.hpp>#include <openvpn/server/listenlist.hpp>Go to the source code of this file.
Functions | |
| TEST (Argv, Parse) | |
| TEST (Argv, Portoffset1) | |
| TEST (Argv, Portoffset2) | |
| static void | extract_auth_token (const OptionList &opt) |
| static void | verify_topology (const OptionList &opt) |
| static void | extract_ifconfig (const OptionList &opt) |
| TEST (Argv, Parsetest) | |
| static void | csv_test (const std::string &str) |
| static void | space_test (const std::string &str, const std::string &expected) |
| static void | options_csv_test (const std::string &str, const std::string &elem) |
| TEST (Argv, Parsetest1) | |
| TEST (Argv, QuotesTest) | |
Variables | |
| static std::string | expected |
| static const char * | input [] |
| static const char | config [] |
|
static |
|
static |
|
static |
|
static |
|
static |
| TEST | ( | Argv | , |
| Parse | |||
| ) |
Definition at line 57 of file test_parseargv.cpp.
| TEST | ( | Argv | , |
| Parsetest | |||
| ) |
Definition at line 134 of file test_parseargv.cpp.
| TEST | ( | Argv | , |
| Parsetest1 | |||
| ) |
Definition at line 229 of file test_parseargv.cpp.
| TEST | ( | Argv | , |
| Portoffset1 | |||
| ) |
Definition at line 70 of file test_parseargv.cpp.
| TEST | ( | Argv | , |
| Portoffset2 | |||
| ) |
Definition at line 91 of file test_parseargv.cpp.
| TEST | ( | Argv | , |
| QuotesTest | |||
| ) |
Definition at line 238 of file test_parseargv.cpp.
|
static |
|
static |
Definition at line 65 of file test_parseargv.cpp.
|
static |
Definition at line 11 of file test_parseargv.cpp.
|
static |
Definition at line 31 of file test_parseargv.cpp.