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