OpenVPN 3 Core Library
|
#include "test_common.hpp"
#include <iostream>
#include <openvpn/common/size.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/strneq.hpp>
Go to the source code of this file.
Functions | |
void | test (const std::string &s1, const std::string &s2, const bool should_eq) |
TEST (misc, streq) | |
void | test_timing () |
void test | ( | const std::string & | s1, |
const std::string & | s2, | ||
const bool | should_eq | ||
) |
Definition at line 11 of file test_streq.cpp.
TEST | ( | misc | , |
streq | |||
) |
Definition at line 18 of file test_streq.cpp.
void test_timing | ( | ) |
Definition at line 28 of file test_streq.cpp.