|  | Kea 3.1.0
    | 
Utilities for tests with wire data. More...
#include <cstddef>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. | |
Utilities for tests with wire data.
This utility provides convenient helper functions for unit tests using wire (binary) data.
Definition in file wiredata.h.