OpenVPN 3 Core Library
Loading...
Searching...
No Matches
test_dns.cpp File Reference
#include "test_common.hpp"
#include <json/value.h>
#include <openvpn/client/dns.hpp>
Include dependency graph for test_dns.cpp:

Go to the source code of this file.

Functions

 TEST (Dns, Options)
 
 TEST (Dns, OptionsMerger)
 
 TEST (Dns, ServerNoAddress)
 
 TEST (Dns, ServerEightAddresses)
 
 TEST (Dns, ServerTooManyAddresses)
 
 TEST (Dns, ServerInvalidAddress)
 
 TEST (Dns, ServerInvalidDnssec)
 
 TEST (Dns, ServerInvalidTransport)
 
 TEST (Dns, dhcp_options)
 
 TEST (Dns, dhcp_options_with_split_domains)
 
 TEST (Dns, dhcp_options_ignored)
 
 TEST (Dns, ToStringMinValuesSet)
 
 TEST (Dns, ToStringAllValuesSet)
 
 TEST (Dns, JsonRoundtripMinValuesSet)
 
 TEST (Dns, JsonRoundtripAllValuesSet)
 

Function Documentation

◆ TEST() [1/15]

TEST ( Dns  ,
dhcp_options   
)

Definition at line 217 of file test_dns.cpp.

◆ TEST() [2/15]

TEST ( Dns  ,
dhcp_options_ignored   
)

Definition at line 281 of file test_dns.cpp.

◆ TEST() [3/15]

TEST ( Dns  ,
dhcp_options_with_split_domains   
)

Definition at line 248 of file test_dns.cpp.

◆ TEST() [4/15]

TEST ( Dns  ,
JsonRoundtripAllValuesSet   
)

Definition at line 400 of file test_dns.cpp.

◆ TEST() [5/15]

TEST ( Dns  ,
JsonRoundtripMinValuesSet   
)

Definition at line 366 of file test_dns.cpp.

◆ TEST() [6/15]

TEST ( Dns  ,
Options   
)

Definition at line 20 of file test_dns.cpp.

◆ TEST() [7/15]

TEST ( Dns  ,
OptionsMerger   
)

Definition at line 117 of file test_dns.cpp.

◆ TEST() [8/15]

TEST ( Dns  ,
ServerEightAddresses   
)

Definition at line 147 of file test_dns.cpp.

◆ TEST() [9/15]

TEST ( Dns  ,
ServerInvalidAddress   
)

Definition at line 167 of file test_dns.cpp.

◆ TEST() [10/15]

TEST ( Dns  ,
ServerInvalidDnssec   
)

Definition at line 177 of file test_dns.cpp.

◆ TEST() [11/15]

TEST ( Dns  ,
ServerInvalidTransport   
)

Definition at line 197 of file test_dns.cpp.

◆ TEST() [12/15]

TEST ( Dns  ,
ServerNoAddress   
)

Definition at line 137 of file test_dns.cpp.

◆ TEST() [13/15]

TEST ( Dns  ,
ServerTooManyAddresses   
)

Definition at line 157 of file test_dns.cpp.

◆ TEST() [14/15]

TEST ( Dns  ,
ToStringAllValuesSet   
)

Definition at line 320 of file test_dns.cpp.

◆ TEST() [15/15]

TEST ( Dns  ,
ToStringMinValuesSet   
)

Definition at line 307 of file test_dns.cpp.