mavtables  0.2.1
MAVLink router and firewall.
Functions
test_DNSLookupError.cpp File Reference
#include <exception>
#include <string>
#include <catch.hpp>
#include "DNSLookupError.hpp"
Include dependency graph for test_DNSLookupError.cpp:

Go to the source code of this file.

Functions

 TEST_CASE ("DNSLookupError's can be thrown.", "[DNSLookupError]")
 
 TEST_CASE ("The 'what' method gives the unresolved hostname.", "[DNSLookupError]")
 

Function Documentation

◆ TEST_CASE() [1/2]

TEST_CASE ( "DNSLookupError's can be thrown."  ,
""  [DNSLookupError] 
)

Definition at line 32 of file test_DNSLookupError.cpp.

◆ TEST_CASE() [2/2]

TEST_CASE ( "The 'what' method gives the unresolved hostname."  ,
""  [DNSLookupError] 
)

Definition at line 49 of file test_DNSLookupError.cpp.