OpenVPN 3 Core Library
|
Unit test for PushLex. More...
#include "test_common.hpp"
#include <openvpn/buffer/bufstr.hpp>
#include <openvpn/options/pushlex.hpp>
Go to the source code of this file.
Functions | |
static std::string | get_next (PushLex &pl) |
TEST (pushlex, test_1) | |
TEST (pushlex, test_2) | |
TEST (pushlex, test_3) | |
TEST (pushlex, test_4) | |
TEST (pushlex, test_5) | |
TEST (pushlex, test_exception_1) | |
TEST (pushlex, test_exception_2) | |
Unit test for PushLex.
Definition in file test_pushlex.cpp.
|
static |
TEST | ( | pushlex | , |
test_1 | |||
) |
Definition at line 33 of file test_pushlex.cpp.
TEST | ( | pushlex | , |
test_2 | |||
) |
Definition at line 44 of file test_pushlex.cpp.
TEST | ( | pushlex | , |
test_3 | |||
) |
Definition at line 60 of file test_pushlex.cpp.
TEST | ( | pushlex | , |
test_4 | |||
) |
Definition at line 72 of file test_pushlex.cpp.
TEST | ( | pushlex | , |
test_5 | |||
) |
Definition at line 80 of file test_pushlex.cpp.
TEST | ( | pushlex | , |
test_exception_1 | |||
) |
Definition at line 89 of file test_pushlex.cpp.
TEST | ( | pushlex | , |
test_exception_2 | |||
) |
Definition at line 102 of file test_pushlex.cpp.