|
llmx-rtaco 0.0.1
RTNL-only netlink control-plane library for Linux (C++23).
|
#include <gtest/gtest.h>#include <boost/asio/io_context.hpp>#include <cerrno>#include "rtaco/socket/nl_socket.hxx"#include "rtaco/socket/nl_socket_guard.hxx"#include "tests/support/nl_test_hooks.hxx"Functions | |
| TEST (SocketTest, DefaultClosed) | |
| TEST (SocketGuardTest, StopNoThrow) | |
| TEST (SocketTest, OpenFailureReturnsExpected) | |
| TEST (SocketTest, BindFailureReturnsExpected) | |
| TEST | ( | SocketGuardTest | , |
| StopNoThrow | ) |
| TEST | ( | SocketTest | , |
| BindFailureReturnsExpected | ) |
| TEST | ( | SocketTest | , |
| DefaultClosed | ) |
| TEST | ( | SocketTest | , |
| OpenFailureReturnsExpected | ) |