#include <criterion/criterion.h>#include "libtest/mock-transport.h"#include "transport/logtransport.h"#include "apphook.h"#include <errno.h>
Functions | |
| Test (transport, test_read_ahead_invokes_only_one_read_operation) | |
| Test (transport, test_read_ahead_bytes_get_shifted_into_the_actual_read) | |
| Test (transport, test_read_ahead_bytes_and_new_read_is_combined) | |
| Test (transport, test_read_ahead_returns_the_same_buffer_any_number_of_times) | |
| Test (transport, test_read_ahead_more_than_the_internal_buffer,.signal=SIGABRT) | |
| Test (transport, test_read_ahead_with_packets_split_in_half) | |
| TestSuite (transport,.init=app_startup,.fini=app_shutdown) | |
| Test | ( | transport | , |
| test_read_ahead_bytes_and_new_read_is_combined | |||
| ) |
| Test | ( | transport | , |
| test_read_ahead_bytes_get_shifted_into_the_actual_read | |||
| ) |
| Test | ( | transport | , |
| test_read_ahead_invokes_only_one_read_operation | |||
| ) |
| Test | ( | transport | , |
| test_read_ahead_more_than_the_internal_buffer | , | ||
| . | signal = SIGABRT |
||
| ) |
| Test | ( | transport | , |
| test_read_ahead_returns_the_same_buffer_any_number_of_times | |||
| ) |
| Test | ( | transport | , |
| test_read_ahead_with_packets_split_in_half | |||
| ) |
| TestSuite | ( | transport | , |
| . | init = app_startup, |
||
| . | fini = app_shutdown |
||
| ) |