Kea 2.5.8
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

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::util
 
namespace  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.
 

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.