OpenVPN 3 Core Library
Loading...
Searching...
No Matches
test_streq.cpp File Reference
#include "test_common.hpp"
#include <iostream>
#include <openvpn/common/size.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/strneq.hpp>
Include dependency graph for test_streq.cpp:

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 ()
 

Function Documentation

◆ test()

void test ( const std::string &  s1,
const std::string &  s2,
const bool  should_eq 
)

Definition at line 11 of file test_streq.cpp.

◆ TEST()

TEST ( misc  ,
streq   
)

Definition at line 18 of file test_streq.cpp.

◆ test_timing()

void test_timing ( )

Definition at line 28 of file test_streq.cpp.