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.