#include "srs/converters/DataConvertOptions.hpp"
#include "srs/writers/BinaryFileWriter.hpp"
#include "srs/writers/JsonWriter.hpp"
#include "srs/writers/UDPWriter.hpp"
#include "srs/writers/WriterConcept.hpp"
#include <boost/asio/ip/udp.hpp>
#include <boost/asio/thread_pool.hpp>
#include <gtest/gtest.h>
Go to the source code of this file.
|
| | TEST (binary_writer, constructor) |
| | TEST (JSON_writer, constructor) |
| | TEST (udp_writer, constructor) |
◆ DataConvertOptions
◆ TEST() [1/3]
| TEST |
( |
binary_writer | , |
|
|
constructor | ) |
◆ TEST() [2/3]
| TEST |
( |
JSON_writer | , |
|
|
constructor | ) |
◆ TEST() [3/3]
| TEST |
( |
udp_writer | , |
|
|
constructor | ) |