Kea  1.9.9-git
wiredata.h File Reference

Utilities for tests with wire data. More...

#include <cstddef>
+ Include dependency graph for wiredata.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::util
 
 isc::util::unittests
 

Functions

void isc::util::unittests::matchWireData (const void *expected_data, std::size_t expected_len, const void *actual_data, std::size_t actual_len)
 Compare two sets of binary data in a google test. More...
 

Detailed Description

Utilities for tests with wire data.

This utility provides convenient helper functions for unit tests using wire (binary) data.

Definition in file wiredata.h.